Evento Task.FocusDeactivated

Ocorre quando o foco para essa tarefa é desativado.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Event FocusDeactivated As EventHandler
public event EventHandler FocusDeactivated
public:
 event EventHandler^ FocusDeactivated {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member FocusDeactivated : IEvent<EventHandler,
    EventArgs>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

Task Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Ferramenta de Arquitetura

Extensibilidade do WPF Designer