ClassSelectedPageChangedEventArgs
Class
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
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
The old page.
newPage
The new page.
direction
The direction.
Properties
Direction
Gets the direction.
Declaration
cs-api-definition
public WizardDirection Direction { get; }
Property Value
The direction.
NewPage
Gets the new page.
Declaration
cs-api-definition
public WizardPage NewPage { get; }
Property Value
The new page.
OldPage
Gets the old page.
Declaration
cs-api-definition
public WizardPage OldPage { get; }
Property Value
The old page.