Delegado CanExecuteToolEventHandler

Representa o método que manipulará o CanExecute eventos para comandos de ferramenta.

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

Sintaxe

'Declaração
Public Delegate Sub CanExecuteToolEventHandler ( _
    sender As Object, _
    e As CanExecuteToolEventArgs _
)
public delegate void CanExecuteToolEventHandler(
    Object sender,
    CanExecuteToolEventArgs e
)
public delegate void CanExecuteToolEventHandler(
    Object^ sender, 
    CanExecuteToolEventArgs^ e
)
type CanExecuteToolEventHandler = 
    delegate of 
        sender:Object * 
        e:CanExecuteToolEventArgs -> unit
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer

Ferramenta de Arquitetura