ToggleButton.OnToggle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the ToggleButton receives toggle stimulus.
protected:
virtual void OnToggle() = OnToggle;
void OnToggle();
protected virtual void OnToggle();
function onToggle()
Protected Overridable Sub OnToggle ()
Remarks
The default implementation raises a Click event in response to the stimulus.