Compartir a través de


ToolCommandBinding.Execute (Evento)

Se produce cuando se ejecuta el comando.

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

Sintaxis

'Declaración
Public Event Execute As ExecutedToolEventHandler
public event ExecutedToolEventHandler Execute
public:
 event ExecutedToolEventHandler^ Execute {
    void add (ExecutedToolEventHandler^ value);
    void remove (ExecutedToolEventHandler^ value);
}
member Execute : IEvent<ExecutedToolEventHandler,
    ExecutedToolEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

ToolCommandBinding Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de herramientas