DelegateCommandBase.IsActiveChanged Event

Fired if the IsActive property changes.

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

Syntax

public virtual event EventHandler IsActiveChanged
'Declaration
Public Overridable Event IsActiveChanged As EventHandler

Implements

IActiveAware.IsActiveChanged

See Also

DelegateCommandBase Class

Microsoft.Practices.Prism.Commands Namespace