Occurs when the value of the CheckState property changes.
The following declaration shows the syntax for a method that handles the CheckStateChanged event.
[Visual Basic] Private Sub CheckBoxName_CheckStateChanged( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void CheckBoxName_CheckStateChanged( object sender, EventArgs e ); [C++] private: void CheckBoxName_CheckStateChanged( Object* sender, EventArgs* e ); [JScript] private CheckBoxName_CheckStateChanged( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
CheckBox Class | CheckBox MembersTopic | System.WinForms Namespace