Class SelectedPageChangedEventArgs
Provides data for a page changed event.
Inheritance
System.Object
SelectedPageChangedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class SelectedPageChangedEventArgs : EventArgs
Constructors
SelectedPageChangedEventArgs(WizardPage, WizardPage, WizardDirection)
Initializes a new instance of the Selected
Declaration
public SelectedPageChangedEventArgs(WizardPage oldPage, WizardPage newPage, WizardDirection direction)
Parameters
Wizard The old page. |
Wizard The new page. |
Wizard The direction. |
Properties
Direction
Gets the direction.
Declaration
public WizardDirection Direction { get; }
Property Value
Wizard The direction. |
NewPage
Gets the new page.
Declaration
public WizardPage NewPage { get; }
Property Value
Wizard The new page. |
OldPage
Gets the old page.
Declaration
public WizardPage OldPage { get; }
Property Value
Wizard The old page. |