In C# Is there a fundamental difference between using
event EventHandler<myeventargs>
and
EventHandler<myeventargs>
As they both produce the same effect from what I can see apart from using the event keyword gives you a different icon in intellisense.