Am I correct in thinking that because C# doesn't have the "Handles" keyword
that VB .NET does, we have to register event delegates manually in C#,
whereas in VB .NET using "Handles" takes care of registering the event
delegate for us behind the scenes?
In other words, *if* C# did have a "Handles"-type keyword, would we still
need to register an event delegate?
that VB .NET does, we have to register event delegates manually in C#,
whereas in VB .NET using "Handles" takes care of registering the event
delegate for us behind the scenes?
In other words, *if* C# did have a "Handles"-type keyword, would we still
need to register an event delegate?
Comment