Click or drag to resize

WizardPageEventArgsNextPage Property

Gets/sets the proposed next page number. During a WizardNext event or WizardPrev this can be modified to cause the wizard to navigate to a different page. Note that use of NextPageName, for readability and maintainability reasons, is generally preferred.

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

Property Value

Type: Int32
See Also