ClassModeChangingEventArgs
Class
Provides data for the ModeChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ModeChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsModeChangingEventArgs
Inherited Members
Constructors
ModeChangingEventArgs(WizardMode, WizardMode)
Initializes a new instance of the ModeChangingEventArgs class.
Declaration
cs-api-definition
public ModeChangingEventArgs(WizardMode currentMode, WizardMode nextMode)
Parameters
currentMode
The current mode of the wizard.
nextMode
The next mode of the wizard.
Fields
CurrentMode
Gets the current mode of the wizard.
NextMode
Gets the next mode of the wizard.