ExtensionsFireEvent Method (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.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ExtResults FireEvent(
Enum eType,
ExtensionEvents Event,
Object Sender,
EAPEventArgs EventArgs,
int Flags,
Object Param
)
Public Function FireEvent (
eType As Enum,
Event As ExtensionEvents,
Sender As Object,
EventArgs As EAPEventArgs,
Flags As Integer,
Param As Object
) As ExtResults
Parameters
- eType
- Type: SystemEnum
The type of event (not used at this time). - Event
- Type: NetQuarryExtensionEvents
The event ID - Sender
- Type: SystemObject
The sender. This is always the owning object - EventArgs
- Type: NetQuarryEAPEventArgs
Event arguments specific to the event - Flags
- Type: SystemInt32
Event flags (not used at this time). - Param
- Type: SystemObject
Event parameters (not used at this time).
Return Value
Type:
ExtResultsan ExtResults value that represents the status of the event.
See Also