Command.Changed Event

This event signals that some of the command's properties have changed.

Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Event Changed As EventHandler
'Usage
Dim instance As Command
Dim handler As EventHandler

AddHandler instance.Changed, handler
public event EventHandler Changed
public:
event EventHandler^ Changed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_Changed (EventHandler value)

/** @event */
public void remove_Changed (EventHandler value)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

Command Class
Command Members
Microsoft.Practices.CompositeUI.Commands Namespace