ToggleButton.Indeterminate Evento

Definición

Se produce cuando el estado de ToggleButton no está activado ni desactivado.

public:
 event System::Windows::RoutedEventHandler ^ Indeterminate;
public event System.Windows.RoutedEventHandler Indeterminate;
member this.Indeterminate : System.Windows.RoutedEventHandler 
Public Custom Event Indeterminate As RoutedEventHandler 

Tipo de evento

RoutedEventHandler

Comentarios

Información sobre eventos enrutados

Campo identificador IndeterminateEvent
Estrategia de enrutamiento Burbujeante
Delegado RoutedEventHandler

Se aplica a