Evento Task.Completed

Ocorre quando a tarefa foi concluída.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Event Completed As EventHandler
public event EventHandler Completed
public:
 event EventHandler^ Completed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Completed : IEvent<EventHandler,
    EventArgs>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

Task Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Ferramenta de Arquitetura

Extensibilidade do WPF Designer