EventBase.Subscriptions Property
Gets the list of current subscriptions.
Namespace: Microsoft.Practices.Prism.Events
Assembly: Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)
Syntax
protected ICollection<IEventSubscription> Subscriptions { get; }
'Declaration
Protected ReadOnly Property Subscriptions As ICollection(Of IEventSubscription)
Get
Field Value
The current subscribers.