Intersoft ClientUI Documentation
EventAggregator Class Members
See Also  Properties  Methods  Send Feedback
Intersoft.Client.Framework Namespace : EventAggregator Class


The following tables list the members exposed by EventAggregator.

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic)DefaultGets the default instance for EventAggregator service, allowing events to be subscribed and published in a static manner.  
Top

Public Methods

 NameDescription
public MethodGetEvent<TEventType>Gets an instance of an event type.  
public MethodPublish<TEventType,TPayload>Publishes the DelegateEvent<TPayload>.  
public MethodSubscribeOverloaded. Subscribes a delegate to an event that will be published on the ThreadOption.PublisherThread. DelegateEvent<TPayload> will maintain a to the target of the supplied action delegate.  
public MethodUnsubscribe<TEventType,TPayload>Removes the first subscriber matching from the subscribers' list.  
Top

See Also

© 2012 All Rights Reserved.