Raises the System.WinForms.CheckBox.CheckStateChanged event.
[Visual Basic] Overridable Protected Sub OnCheckStateChanged( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnCheckStateChanged( EventArgs e ); [C++] protected: virtual void OnCheckStateChanged( EventArgs* e ); [JScript] protected function OnCheckStateChanged( e : EventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD.
Notes to Inheritors: When overriding OnCheckStateChanged in a derived class, be sure to call the base class's OnCheckStateChanged method.
CheckBox Class | CheckBox Members | System.WinForms Namespace | AddOnCheckStateChanged | RemoveOnCheckStateChanged