Click or drag to resize

WizardPageEventArgsHostPageElement Property

Gets the PageElementInfo descriptor for the page element hosting the current WizardPage. If the current item is hosted in a IWizContainer (e.g. a WizGrouper) then the host's associated PageElementInfo will be returned. Otherwise the PageElementInfo associated with the current WizardPage will be returned.

The result is suitable as a target for navigation. Only elements in a WizardPage slot are navigable. For elements in a WizardGrouper slot, you must navigate to that element's host WizardPage element and so this identifies that element.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PageElementInfo HostPageElement { get; }

Property Value

Type: PageElementInfo
The PageElementInfo descriptor as described above.
See Also