WizardPageEventArgsFinalDestination Property |
Gets whether or not the associated
WizardPage is the final destination of the current operation.
To understand what this means it is important to understand the basic mechanism for inter-page movement within
a wizard. When moving from page X to page Y in the wizard, the wizard must first load page X in order to
receive the posted-back state and values, only once page X has been loaded and posted-back to can page Y be
loaded. That page Y is the FinalDestination page whereas page X is not. In the case of loading the initial
page, there is no page X receiving page and only page Y is loaded (and is the FinalDestination page).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool FinalDestination { get; set; }
Public Property FinalDestination As Boolean
Get
Set
Property Value
Type:
BooleanSee Also