Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when changes occur that affect whether or not the command should execute.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Event CanExecuteChanged As EventHandler
public event EventHandler CanExecuteChanged
public:
virtual event EventHandler^ CanExecuteChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
JScript does not support events.
Implements
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace