Metodo Task.OnCompleted

Genera l'evento Completed.

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

Sintassi

'Dichiarazione
Protected Overridable Sub OnCompleted ( _
    e As EventArgs _
)
protected virtual void OnCompleted(
    EventArgs e
)
protected:
virtual void OnCompleted(
    EventArgs^ e
)
abstract OnCompleted : 
        e:EventArgs -> unit 
override OnCompleted : 
        e:EventArgs -> unit 
protected function OnCompleted(
    e : EventArgs
)

Parametri

Note

Questo metodo notifica il completamento dell'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