Version

ValidateCheckState Event

Fired before a change to the value of the control's CheckState property is committed.
Syntax
'Declaration
 
Public Event ValidateCheckState As Infragistics.Win.ToggleEditorBase.ValidateCheckStateHandler
public event Infragistics.Win.ToggleEditorBase.ValidateCheckStateHandler ValidateCheckState
Event Data

The event handler receives an argument of type Infragistics.Win.ValidateCheckStateEventArgs containing data related to this event. The following ValidateCheckStateEventArgs properties provide information specific to this event.

PropertyDescription
NewCheckState  
Remarks

The ValidateCheckState event can be used to force the control's CheckState property to a certain value when the control is clicked, overriding the next value in the cycle.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also