WizardPageEventArgsNextPageName Property |
Gets/sets the name of the proposed next page.
During a
WizardNext event or
WizardPrev
this can be modified to cause the wizard to navigate to a different page.
Setting
e.NextPageName = name; is functionally equivalent to
e.NextPage = e.Wizard.GetPageNumber(name); but,
for readability and maintainability reasons, generally preferred over use of
NextPage.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string NextPageName { get; set; }
Public Property NextPageName As String
Get
Set
Property Value
Type:
StringSee Also