New to Telerik UI for WinFormsStart a free 30-day trial

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

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)
Parameters:selectedPageWizardPagenextPageWizardPage

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