Compartir a través de


Task.OnReverted (Método)

Provoca el evento Reverted.

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

Sintaxis

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

Parámetros

Comentarios

Este método notifica que se ha anulado esta tarea.

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