Provides data for the ModeChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ModeChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsModeChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ModeChangingEventArgs class.
C#
public ModeChangingEventArgs(WizardMode currentMode, WizardMode nextMode)
The current mode of the wizard.
nextModeWizardModeThe next mode of the wizard.
Fields
Gets the current mode of the wizard.
C#
public readonly WizardMode CurrentMode
Gets the next mode of the wizard.
C#
public readonly WizardMode NextMode