Events

IDictionary<string, IEvent> IEventSource.Events { get; }

Gets the collection of events of this event source.

Value

IDictionary<string, IEvent> – Collection of events of this event source.

Throws