WizCompletedPageInfo Constructor (PageElementInfo) |
Constructs from a live
PageElementInfo object. This constructor is used for pages
completed (and the current page) in the current wizard instance where the
PageElementInfo
is available.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public WizCompletedPageInfo(
PageElementInfo pei
)
Public Sub New (
pei As PageElementInfo
)
Parameters
- pei
- Type: NetQuarryPageElementInfo
The page element.
See Also