DelegateCommand Events

Include Protected Members
Include Inherited Members

The DelegateCommand type exposes the following members.

Events

  Name Description
Public event CanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
(Inherited from DelegateCommandBase.)
Public event IsActiveChanged
Fired if the IsActive property changes.
(Inherited from DelegateCommandBase.)

See Also

DelegateCommand Class

Microsoft.Practices.Prism.Commands Namespace