Command Class

Represents a command that can be fired by several UI Elements.

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

Syntax

'Declaration
Public Class Command
    Implements IDisposable, IBuilderAware
'Usage
Dim instance As Command
public class Command : IDisposable, IBuilderAware
public ref class Command : IDisposable, IBuilderAware
public class Command implements IDisposable, IBuilderAware
public class Command implements IDisposable, IBuilderAware

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.Commands.Command
     Microsoft.Practices.CompositeUI.Commands.EventTopicCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Command Members
Microsoft.Practices.CompositeUI.Commands Namespace