Click or drag to resize
DigitalRuneCheckBoxOnToggle Method
Called when the toggle button is clicked.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override void OnToggle()
Remarks
This method must be implemented by derived classes and is responsible for changing the IsChecked property.
See Also