Click or drag to resize

IWizContainerFireEvent Method

Fire the specified event to the page itself and all sub-pages.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
ExtResults FireEvent(
	IWizardTemplate wiz,
	ExtensionEvents wizEvent,
	WizardEventArgs args
)

Parameters

wiz
Type: NetQuarryIWizardTemplate
The wizard firing the event.
wizEvent
Type: NetQuarryExtensionEvents
The event being fired.
args
Type: NetQuarryWizardEventArgs
The event args.

Return Value

Type: ExtResults
The event status.
See Also