ToggleButton::Indeterminate Event

 

Occurs when the state of a ToggleButton is neither on nor off.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event RoutedEventHandler^ Indeterminate {
	void add(RoutedEventHandler^ value);
	void remove(RoutedEventHandler^ value);
}

Identifier field

IndeterminateEvent

Routing strategy

Bubbling

Delegate

RoutedEventHandler

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: