Class
ModeChangedEventArgs

Provides data for the ModeChanged event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ModeChangedEventArgs : EventArgs

Inheritance: objectEventArgsModeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ModeChangedEventArgs(WizardMode, WizardMode)

Initializes a new instance of the ModeChangedEventArgs class.

Declaration

cs-api-definition
public ModeChangedEventArgs(WizardMode previousMode, WizardMode currentMode)

Parameters

previousMode

WizardMode

The previous mode of the wizard.

currentMode

WizardMode

The current mode of the wizard.

Fields

CurrentMode

Gets the current mode of the wizard.

Declaration

cs-api-definition
public readonly WizardMode CurrentMode

Field Value

WizardMode

PreviousMode

Gets the previous mode of the wizard.

Declaration

cs-api-definition
public readonly WizardMode PreviousMode

Field Value

WizardMode