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)
Syntaxprotected virtual void OnCheckedChanged()
Protected Overridable Sub OnCheckedChanged
See Also