EventPublicationAttribute Class

Declares an event as an EventTopic publication.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple:=True)> _
Public NotInheritable Class EventPublicationAttribute
    Inherits Attribute
'Usage
Dim instance As EventPublicationAttribute
[AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple=true)] 
public sealed class EventPublicationAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Event, AllowMultiple=true)] 
public ref class EventPublicationAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple=true) */ 
public final class EventPublicationAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Event, AllowMultiple=true) 
public final class EventPublicationAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.Practices.CompositeUI.EventBroker.EventPublicationAttribute

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

EventPublicationAttribute Members
Microsoft.Practices.CompositeUI.EventBroker Namespace