ClassStateChangingEventArgs
Class
Represents event data of the ToggleStateChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class StateChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsStateChangingEventArgs
Inherited Members
Constructors
StateChangingEventArgs(ToggleState, ToggleState, bool)
Initializes a new instance of the StateChangingEventArgs class using the old toggle state, the new toggle state and
Declaration
cs-api-definition
public StateChangingEventArgs(ToggleState oldValue, ToggleState newValue, bool canceled)
Parameters
oldValue
newValue
canceled