Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 568 Bytes

togglebutton_checked.md

File metadata and controls

30 lines (20 loc) · 568 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.Primitives.ToggleButton.Checked
winrt event

Windows.UI.Xaml.Controls.Primitives.ToggleButton.Checked

-description

Fires when a ToggleButton is checked.

-xaml-syntax

<togglebutton Checked="eventhandler"/>

-xaml-values

togglebutton
togglebuttonA literal ToggleButton, or a derived type such as CheckBox or RadioButton.
## -remarks

-examples

-see-also