Share via


EventTopicCommand Class

Defines a Command that fires an EventTopic when it is executed

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

Syntax

'Declaration
Public Class EventTopicCommand
    Inherits Command
'Usage
Dim instance As EventTopicCommand
public class EventTopicCommand : Command
public ref class EventTopicCommand : public Command
public class EventTopicCommand extends Command
public class EventTopicCommand extends Command

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

EventTopicCommand Members
Microsoft.Practices.CompositeUI.Commands Namespace