ToggleButton.Unchecked Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when a ToggleButton is unchecked.

Namespace:  System.Windows.Controls.Primitives
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event Unchecked As RoutedEventHandler
public event RoutedEventHandler Unchecked
<togglebutton Unchecked="eventhandler"/>

XAML Values

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ToggleButton Class

System.Windows.Controls.Primitives Namespace

CheckBox

RadioButton