ICommand Interface

Provides base command functionality.

  public interface ICommand : IModelItem, IPropertyObject, IModelItemOwner

Public Instance Methods

Method Description
Invoke Invokes the command.

Public Instance Properties

Property Description
Available Gets or sets a value that indicates whether the command is available.

Public Instance Events

Event Description
Invoked Raised when the command is invoked.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also