RelayCommand..::..CanExecuteChanged Event
Occurs when changes occur that affect whether or not the command should execute.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public event EventHandler CanExecuteChanged
Public Event CanExecuteChanged As EventHandler
public: event EventHandler^ CanExecuteChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }