Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ExtResults FireEvent(
IAppContext cxt,
ExtensionEvents extEvent,
EAPEventArgs args
)
Public Function FireEvent (
cxt As IAppContext,
extEvent As ExtensionEvents,
args As EAPEventArgs
) As ExtResults
Parameters
- cxt
- Type: NetQuarryIAppContext
The applicaton context. - extEvent
- Type: NetQuarryExtensionEvents
The event. - args
- Type: NetQuarryEAPEventArgs
The event args.
Return Value
Type:
ExtResultsThe event result status.
See Also