Share via


CommandBehaviorBase<T>.Command Property

Corresponding command to be execute and monitored for CanExecuteChanged

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

Syntax

public ICommand Command { get; set; }
'Declaration
Public Property Command As ICommand
    Get
    Set

See Also

CommandBehaviorBase<T> Class

Microsoft.Practices.Prism.Commands Namespace