Class
SelectedPageChangingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

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

WizardPage

nextPage

WizardPage

Fields

NextPage

Gets the wizard page to be selected.

Declaration

cs-api-definition
public readonly WizardPage NextPage

Field Value

WizardPage

SelectedPage

Gets the selected page of the wizard.

Declaration

cs-api-definition
public readonly WizardPage SelectedPage

Field Value

WizardPage