Class
SelectedPageChangingEventArgs

Provides data for a page changing event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class SelectedPageChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSelectedPageChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SelectedPageChangingEventArgs(WizardPage, WizardPage, WizardDirection)

Initializes a new instance of the SelectedPageChangingEventArgs class.

Declaration

cs-api-definition
public SelectedPageChangingEventArgs(WizardPage oldPage, WizardPage newPage, WizardDirection direction)

Parameters

oldPage

WizardPage

The selected page.

newPage

WizardPage

The new page.

direction

WizardDirection

The direction.

Properties

Direction

Gets the direction.

Declaration

cs-api-definition
public WizardDirection Direction { get; }

Property Value

WizardDirection

The direction.

NewPage

Gets the wizard page to be selected.

Declaration

cs-api-definition
public WizardPage NewPage { get; }

Property Value

WizardPage

The new page.

OldPage

Gets the current selected page.

Declaration

cs-api-definition
public WizardPage OldPage { get; }

Property Value

WizardPage

The current selected page.