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