Raises the [E:CheckChanged] event of the ThreeStateCheckBox control. This allows you to handle the event directly.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected virtual void OnCheckChanged(
	EventArgs e
)
Visual Basic
Protected Overridable Sub OnCheckChanged ( 
	e As EventArgs
)
Visual C++
protected:
virtual void OnCheckChanged(
	EventArgs^ e
)
F#
abstract OnCheckChanged : 
        e : EventArgs -> unit 
override OnCheckChanged : 
        e : EventArgs -> unit 

Parameters

e
Type: System..::..EventArgs
The EventArgs instance containing the event data.

See Also