Class
SelectedPageChangedEventArgs

Provides data for a page changed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class SelectedPageChangedEventArgs : EventArgs

Inheritance: objectEventArgsSelectedPageChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

SelectedPageChangedEventArgs(WizardPage, WizardPage, WizardDirection)

Initializes a new instance of the SelectedPageChangedEventArgs class.

Declaration

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

Parameters

oldPage

WizardPage

The old 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 new page.

Declaration

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

Property Value

WizardPage

The new page.

OldPage

Gets the old page.

Declaration

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

Property Value

WizardPage

The old page.