Provides data for the SelectedPageChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SelectedPageChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSelectedPageChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the SelectedPageChangingEventArgs class.
The selected page of the wizard. The wizard page to be selected.C#
public SelectedPageChangingEventArgs(WizardPage selectedPage, WizardPage nextPage)
Fields
Gets the wizard page to be selected.
C#
public readonly WizardPage NextPage
Gets the selected page of the wizard.
C#
public readonly WizardPage SelectedPage