ModeChangedEventArgs
Class
Provides data for the ModeChanged event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ModeChangedEventArgs : EventArgs
Inheritance: objectEventArgsModeChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ModeChangedEventArgs class.
C#
public ModeChangedEventArgs(WizardMode previousMode, WizardMode currentMode)
The previous mode of the wizard.
currentModeWizardModeThe current mode of the wizard.
Fields
Gets the current mode of the wizard.
C#
public readonly WizardMode CurrentMode
Gets the previous mode of the wizard.
C#
public readonly WizardMode PreviousMode