IPageTemplateFireEvent Method |
Fire an extension event on the page.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax ExtResults FireEvent(
ExtensionEvents eventID,
Object sender,
EAPEventArgs args
)
Function FireEvent (
eventID As ExtensionEvents,
sender As Object,
args As EAPEventArgs
) As ExtResults
Parameters
- eventID
- Type: NetQuarryExtensionEvents
The event to fire. - sender
- Type: SystemObject
The object firing the event. - args
- Type: NetQuarryEAPEventArgs
The event args.
Return Value
Type:
ExtResultsThe results of the event.
See Also