







Overload List
Name | Description | |
---|---|---|
![]() | CreateEventHandler<(Of <(TEventArgs>)>)()()() |
Creates a handler that can be associated to an event receiving
the given TEventArgs and can be used
to raise the event.
|
![]() | CreateEventHandler()()() |
Creates a handler that can be associated to an event receiving
a generic EventArgs and can be used
to raise the event.
|