Search
CheckBox.OnCheckStateChanged Method
See Also
 





Raises the CheckStateChanged event.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

protected virtual void OnCheckStateChanged (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCheckStateChanged( _
    e As EventArgs _
)

 Parameters

e

 See Also