RelayCommandCanExecuteChanged Event

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

Definition

Namespace: Common.Wpf.Commands
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public event EventHandler CanExecuteChanged

Value

EventHandler

Implements

ICommandCanExecuteChanged

See Also