Compartir a través de


Task.FocusDeactivated (Evento)

Se produce cuando se desactiva el foco de esta tarea.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

Task Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Arquitectura de herramientas

Extensibilidad de WPF Designer