Click or drag to resize

IWizardTemplateFinalDestinationPage Property

Returns the final destination wizard IWizPage page object. When moving between pages in the wizard, two pages are rendered, the page being departed, and the final detestination page (for the initial page of the wizard there is only a final destination page). At the time the page being departed is rendered, the wizard has NOT loaded the final destination page and so FinalDestinationPage will return null (at least at present). You can use IsCurrentPageFinalDestination to determine if the CurrentWizPage is the final destination page is being rendered.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IWizPage FinalDestinationPage { get; }

Property Value

Type: IWizPage
The final destination wizard page object if known, else null.
See Also