| ToggleButtonOnToggle Method |
Called when the toggle button is clicked.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax protected abstract void OnToggle()
Protected MustOverride Sub OnToggle
protected:
virtual void OnToggle() abstract
abstract OnToggle : unit -> unit
Remarks
This method must be implemented by derived classes and is responsible for changing the
IsChecked property.
See Also