Class ModeChangedEventArgs
Provides data for the ModeChanged event.
Inheritance
System.Object
System.EventArgs
ModeChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ModeChangedEventArgs : EventArgs
Constructors
ModeChangedEventArgs(WizardMode, WizardMode)
Initializes a new instance of the ModeChangedEventArgs class.
Declaration
public ModeChangedEventArgs(WizardMode previousMode, WizardMode currentMode)
Parameters
WizardMode
previousMode
The previous mode of the wizard. |
WizardMode
currentMode
The current mode of the wizard. |
Fields
CurrentMode
Gets the current mode of the wizard.
Declaration
public readonly WizardMode CurrentMode
Field Value
WizardMode
|
PreviousMode
Gets the previous mode of the wizard.
Declaration
public readonly WizardMode PreviousMode
Field Value
WizardMode
|