Compartir a través de


ToolCommandBinding.CanExecute (Evento)

Se produce cuando se llama a QueryEnabled para 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 CanExecute As CanExecuteToolEventHandler
public event CanExecuteToolEventHandler CanExecute
public:
 event CanExecuteToolEventHandler^ CanExecute {
    void add (CanExecuteToolEventHandler^ value);
    void remove (CanExecuteToolEventHandler^ value);
}
member CanExecute : IEvent<CanExecuteToolEventHandler,
    CanExecuteToolEventArgs>
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