ClassSelectedPageChangingEventArgs
Class
Provides data for the SelectedPageChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SelectedPageChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsSelectedPageChangingEventArgs
Inherited Members
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
cs-api-definition
public SelectedPageChangingEventArgs(WizardPage selectedPage, WizardPage nextPage)
Parameters
selectedPage
nextPage
Fields
NextPage
Gets the wizard page to be selected.
SelectedPage
Gets the selected page of the wizard.