RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

RelayCommand..::..CanExecuteChanged Event

Occurs when changes occur that affect whether or not the command should execute.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  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);
}