EventTopicCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |