Compartir a través de


Task.Reverted (Evento)

Se produce cuando se revierte 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 Reverted As EventHandler
public event EventHandler Reverted
public:
 event EventHandler^ Reverted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Reverted : 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