Freigeben über


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

Name Description
EventTopicCommand()

Properties

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

Methods

Name Description
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

Name Description
Changed (Inherited from Command)
ExecuteAction (Inherited from Command)

Applies to