Represents event data of the ToggleStateChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class StateChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsStateChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the StateChangingEventArgs class using the old toggle state, the new toggle state and
C#
public StateChangingEventArgs(ToggleState oldValue, ToggleState newValue, bool canceled)
Properties
Gets or sets the new toggle state.
C#
public ToggleState NewValue { get; set; }
Gets or sets the old toggle state.
C#
public ToggleState OldValue { get; }