Compartilhar via


Evento ToolCommandBinding.Execute

Ocorre quando o comando é executado.

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

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

ToolCommandBinding Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer

Ferramenta de Arquitetura