Event<'Delegate, 'Args> Type
Event implementations for a delegate types following the standard .NET Framework convention of a first 'sender' argument.
Constructors
Constructor |
Description
|
Creates an event object suitable for delegate types following the standard .NET Framework convention of a first 'sender' argument.
|
Instance members
Instance member |
Description
|
|
Publishes the event as a first class event value.
|
Full Usage:
this.Trigger
Parameters:
objnull
-
The object triggering the event.
args : 'Args
-
The parameters for the event.
|
Triggers the event using the given sender object and parameters. The sender object may be
|