ExtensionsFireEvent Method |
Name | Description | |
---|---|---|
FireEvent(ExtensionEvents, Object, EAPEventArgs) |
Fires an event through the collection of extensions.
This overload is preferred over the older FireEvent(Enum, ExtensionEvents, Object, EAPEventArgs, Int32, Object)
which includes parameters that are not used at this time.
| |
FireEvent(Enum, ExtensionEvents, Object, EAPEventArgs, Int32, Object) |
Fires an event through the collection of extensions.
This overload includes a number of parameters that are not used.
Typically you can use the simpler FireEvent(ExtensionEvents, Object, EAPEventArgs) as the
other parameters are not used at this time.
|