Class
CheckStateChangingEventArgs

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

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

CheckState

newValue

CheckState

canceled

bool

Properties

NewValue

Gets or sets the new toggle state.

Declaration

cs-api-definition
public CheckState NewValue { get; set; }

Property Value

CheckState

OldValue

Gets or sets the old toggle state.

Declaration

cs-api-definition
public CheckState OldValue { get; }

Property Value

CheckState