VisualStateGroup.CurrentStateChanging Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Ocorre quando um controlo começa a transitar para um estado diferente.
public:
event EventHandler<System::Windows::VisualStateChangedEventArgs ^> ^ CurrentStateChanging;
public event EventHandler<System.Windows.VisualStateChangedEventArgs> CurrentStateChanging;
member this.CurrentStateChanging : EventHandler<System.Windows.VisualStateChangedEventArgs>
Public Custom Event CurrentStateChanging As EventHandler(Of VisualStateChangedEventArgs)
Public Event CurrentStateChanging As EventHandler(Of VisualStateChangedEventArgs)
Tipo de Evento
Observações
O evento ocorre quando o controlo começa a transitar para os estados. Se a VisualTransition for aplicado à mudança de estado, este evento ocorre quando a transição começa. Se a VisualTransition não for aplicado, este evento ocorre após a transição do controlo para o novo estado, mas antes do CurrentStateChanged evento.