CompositeCommand.CanExecuteChanged Event

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

Namespace:  Microsoft.Practices.Prism.Commands
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public event EventHandler CanExecuteChanged
'Declaration
Public Event CanExecuteChanged As EventHandler

Implements

ICommand.CanExecuteChanged

See Also

CompositeCommand Class

Microsoft.Practices.Prism.Commands Namespace