Click or drag to resize

TemplateFireEvent Method

Fires the specified ExtensionEvents against the template's extensions. See TemplateExtensionBase for information about available template events.

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The applicaton context.
extEvent
Type: NetQuarryExtensionEvents
The event.
args
Type: NetQuarryEAPEventArgs
The event args.

Return Value

Type: ExtResults
The event result status.
See Also