Occurs when changes occur that affect whether the command should execute.
Namespace: FirstFloor.Documents.Controls.CommandsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public event EventHandler CanExecuteChanged |
| Visual Basic |
|---|
Public Event CanExecuteChanged As EventHandler |
| Visual C++ |
|---|
public: virtual event EventHandler^ CanExecuteChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |