Compartir a través de


ToolCommand.CanExecuteChanged (Evento)

Se produce cuando el estado de este comando cambia.

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

Sintaxis

'Declaración
Public Event CanExecuteChanged As EventHandler
public event EventHandler CanExecuteChanged
public:
virtual  event EventHandler^ CanExecuteChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract CanExecuteChanged : IEvent<EventHandler,
    EventArgs>
override CanExecuteChanged : IEvent<EventHandler,
    EventArgs>
JScript no admite eventos.

Implementaciones

ICommand.CanExecuteChanged

Excepciones

Excepción Condición
NotSupportedException

Cuando se utiliza.

Comentarios

La clase ToolCommand no implementa este evento actualmente e iniciará NotSupportedException cuando se utilice.

Seguridad de .NET Framework

Vea también

Referencia

ToolCommand Clase

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

Otros recursos

Arquitectura de herramientas

Introducción a la extensibilidad de WPF Designer