Class
ModeChangingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

ModeChangingEventArgs(WizardMode, WizardMode)

Initializes a new instance of the ModeChangingEventArgs class.

Declaration

cs-api-definition
public ModeChangingEventArgs(WizardMode currentMode, WizardMode nextMode)

Parameters

currentMode

WizardMode

The current mode of the wizard.

nextMode

WizardMode

The next mode of the wizard.

Fields

CurrentMode

Gets the current mode of the wizard.

Declaration

cs-api-definition
public readonly WizardMode CurrentMode

Field Value

WizardMode

NextMode

Gets the next mode of the wizard.

Declaration

cs-api-definition
public readonly WizardMode NextMode

Field Value

WizardMode