GeekArticles
Microsoft
C#
Microsoft
C#Parameters Flexibility When Late Binding to an Event
.NET allows binding to an event with a method that has a different signature than that of the published delegate, as long as the return type and the parameter types are derived from those in the published delegate. This article offers a mechanism for allowing this flexibility when late binding to an
Sponsored Links
Read Next: Vision on Virtual Commands
Related Topics
