WPF Packages
C#
Show/Hide TOC
Delegate
Command
Can
Execute
Changed 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#
Copy
public
event
EventHandler
CanExecuteChanged
Value
EventHandler
Implements
ICommand
CanExecuteChanged
See Also
Reference
DelegateCommand Class
Common.Wpf.Commands Namespace
In This Article
Definition
Value
Implements
See Also