Click or drag to resize

UserInterfaceCheckBoxOnCheckedChanged Method

Called after a click has changed the state. A click turns an indeterminate check box on. The default implementation raises the CheckedChanged event.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnCheckedChanged()
See Also