Metodo Task.OnReverted

Genera l'evento Reverted.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Note

Questo metodo notifica l'interruzione di questa attività.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Task Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Architettura degli strumenti

Estensibilità di Progettazione WPF