IOwnedCommand Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A command whose state is determined by some "owner" who in turn is responsible for raising the CanExecuteChanged event of the ICommand.

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Interface IOwnedCommand _
    Inherits ICommand
public interface IOwnedCommand : ICommand
public interface class IOwnedCommand : ICommand
type IOwnedCommand =  
    interface 
        interface ICommand 
    end
public interface IOwnedCommand extends ICommand

The IOwnedCommand type exposes the following members.

Methods

  Name Description
Public method RaiseCanExecuteChanged

Top

See Also

Reference

Microsoft.TeamFoundation.MVVM Namespace