Click or drag to resize
ICommandCanExecuteChanged Event
Occurs when changes occur that affect whether or not the command should execute.

Namespace: System.Windows.Input
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
event EventHandler CanExecuteChanged

Value

Type: SystemEventHandler
See Also