Microsoft.Practices.CompositeUI.EventBroker Namespace

Classes

  Class Description
Public class EventBrokerException An exception thrown by the Event Broker components.
Public class EventInspector Inspects objects for event publications and subscriptions, registering and unregistering the publishers and subscribers with the corresponding EventTopic.
Public class EventPublicationAttribute Declares an event as an EventTopic publication.
Public class EventSubscriptionAttribute Declares a method as an EventTopic subscription.
Public class EventTopic Represents a point of communication on a certain topic between the topic publishers and the topic subscribers.
Public class EventTopicException An Exception thrown by the EventTopic when exceptions occurs on its subscriptions during a firing sequence.

Enumerations

  Enumeration Description
Public enumeration PublicationScope Defines the scope for a publication of an EventTopic.
Public enumeration ThreadOption Specifies on which Thread an EventTopic subscriber will be called.