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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Interaction