Table of Contents

Class MessageCollection

Namespace
Loehnert.Lisrt.Messaging
Assembly
Loehnert.Lisrt.dll

A collection for IMessage instances.

public class MessageCollection : IEnumerable<IMessage>, IEnumerable, INotifyCollectionChanged
Inheritance
MessageCollection
Implements
Inherited Members

Methods

GetEnumerator()

Enumerator which contains all visible messages from the IMessage-Collection.

public IEnumerator<IMessage> GetEnumerator()

Returns

IEnumerator<IMessage>

Each IMessage and IStateMessage with true IsActive.

Events

CollectionChanged

EventHandler which occurs after the collection _messages has changed.

public event NotifyCollectionChangedEventHandler CollectionChanged

Event Type

NotifyCollectionChangedEventHandler