Class ToggleStateChangingEventArgs
Provides data for the ToggleStateChanging event.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToggleStateChangingEventArgs : SyncfusionCancelEventArgs
Constructors
ToggleStateChangingEventArgs(ToggleButtonState, ToggleButtonState)
Initializes a new instance of the ToggleStateChangingEventArgs class.
Declaration
public ToggleStateChangingEventArgs(ToggleButtonState oldvalue, ToggleButtonState newvalue)
Parameters
Type | Name | Description |
---|---|---|
ToggleButtonState | oldvalue | |
ToggleButtonState | newvalue |
Properties
NewValue
Gets the source of the Toggle state changing.
Declaration
public ToggleButtonState NewValue { get; }
Property Value
Type |
---|
ToggleButtonState |
OldValue
Gets the source of the Toggle state changing.
Declaration
public ToggleButtonState OldValue { get; }
Property Value
Type |
---|
ToggleButtonState |