UserInterfaceRadioButtonOnCheckedChanged Method |
Called after a click or a key has changed the state of this button. Both ends of
the change are told, the button that came on and the button that went off, so a
set can be watched from any one of its buttons. 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