Compartir a través de


Task.Completed (Evento)

Se produce cuando esta tarea se ha completado.

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

Sintaxis

'Declaración
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>
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