Compartir a través de


Task.OnFocusDeactivated (Método)

Provoca el evento FocusDeactivated.

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

Sintaxis

'Declaración
Protected Overridable Sub OnFocusDeactivated ( _
    e As EventArgs _
)
protected virtual void OnFocusDeactivated(
    EventArgs e
)
protected:
virtual void OnFocusDeactivated(
    EventArgs^ e
)
abstract OnFocusDeactivated : 
        e:EventArgs -> unit 
override OnFocusDeactivated : 
        e:EventArgs -> unit 
protected function OnFocusDeactivated(
    e : EventArgs
)

Parámetros

Comentarios

Este método notifica que se ha desactivado el foco de esta tarea. Este método se invoca cuando se revierte la tarea y cuando se completa.

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