ActionCommand.System.Windows.Input.ICommand.CanExecuteChanged Event

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Private Event System.Windows.Input.ICommand.CanExecuteChanged As EventHandler Implements ICommand.CanExecuteChanged
'Usage
Dim instance As ActionCommand
Dim handler As EventHandler

AddHandler instance.System.Windows.Input.ICommand.CanExecuteChanged, handler
event EventHandler ICommand.CanExecuteChanged
private:
virtual event EventHandler^ System.Windows.Input.ICommand.CanExecuteChanged {
    void add (EventHandler^ value) sealed = ICommand::CanExecuteChanged::add;
    void remove (EventHandler^ value) sealed = ICommand::CanExecuteChanged::remove;
}

See Also

Reference

ActionCommand Class
ActionCommand Members
Microsoft.Expression.Interactivity.Core Namespace