0 out of 1 rated this helpful - Rate this topic

ToggleButton.Checked event

Fires when a ToggleButton is checked.

Syntax


public:
event RoutedEventHandler^ Checked {
   Windows::Foundation::EventRegistrationToken add(RoutedEventHandler^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}


<togglebutton Checked="eventhandler"/>

XAML Values

togglebutton

A literal ToggleButton, or a derived type such as CheckBox or RadioButton.

Event information

Delegate RoutedEventHandler

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

ToggleButton

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.