Click or drag to resize

PageExtensionBaseWizardPaneMapperLoaded Method

Fired on the IWizardTemplate when one of its PageElementInfo elements has completed the initial load of its IMapper. This generally provides the earliest access to the element's IMapper. Note that this event is fired for each element regardless of whether or not it is hosted in a IWizContainerPane. See also WizardPaneMapperLoaded, the underlying raw event.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual void WizardPaneMapperLoaded(
	IWizardTemplate sender,
	WizardEventArgs e
)

Parameters

sender
Type: NetQuarryIWizardTemplate
The wizard firing the event.
e
Type: NetQuarryWizardEventArgs
The event args.
See Also