Share via


EventTopicCommand Class

Definition

public ref class EventTopicCommand : Microsoft::Practices::CompositeUI::Commands::Command
public class EventTopicCommand : Microsoft.Practices.CompositeUI.Commands.Command
type EventTopicCommand = class
    inherit Command
Public Class EventTopicCommand
Inherits Command
Inheritance
EventTopicCommand

Constructors

EventTopicCommand()

Properties

Adapters (Inherited from Command)
MapService (Inherited from Command)
Name (Inherited from Command)
Scope
Status (Inherited from Command)
TraceSource (Inherited from Command)
WorkItem

Methods

AddCommandAdapter(CommandAdapter) (Inherited from Command)
AddInvoker(Object, String) (Inherited from Command)
Dispose() (Inherited from Command)
Dispose(Boolean) (Inherited from Command)
Execute() (Inherited from Command)
FindAdapters<TAdapter>() (Inherited from Command)
OnBuiltUp(String) (Inherited from Command)
OnChanged() (Inherited from Command)
OnExecuteAction(Object, EventArgs)
OnTearingDown() (Inherited from Command)
RemoveCommandAdapter(CommandAdapter) (Inherited from Command)
RemoveInvoker(Object, String) (Inherited from Command)

Events

Changed (Inherited from Command)
ExecuteAction (Inherited from Command)

Applies to