New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the ModeChangedEventArgs class.

C#
public ModeChangedEventArgs(WizardMode previousMode, WizardMode currentMode)
Parameters:previousModeWizardMode

The previous mode of the wizard.

currentModeWizardMode

The 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