Class SelectedPageChangingEventArgs
Provides data for the SelectedPageChanging event.
Inheritance
System.Object
SelectedPageChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SelectedPageChangingEventArgs : CancelEventArgs
Constructors
SelectedPageChangingEventArgs(WizardPage, WizardPage)
Initializes a new instance of the SelectedPageChangingEventArgs class. The selected page of the wizard. The wizard page to be selected.
Declaration
public SelectedPageChangingEventArgs(WizardPage selectedPage, WizardPage nextPage)
Parameters
WizardPage
selectedPage
|
WizardPage
nextPage
|
Fields
NextPage
Gets the wizard page to be selected.
Declaration
public readonly WizardPage NextPage
Field Value
WizardPage
|
SelectedPage
Gets the selected page of the wizard.
Declaration
public readonly WizardPage SelectedPage
Field Value
WizardPage
|