[Missing <summary> documentation for "E:StreamBase.LiveView.API.ObservableTupleCollection.CollectionChanged"]

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 1.6.0.2 (1.6.0.2)

Syntax

C#
public override event NotifyCollectionChangedEventHandler CollectionChanged
Visual Basic
Public Overrides Event CollectionChanged As NotifyCollectionChangedEventHandler
Visual C++
public:
virtual  event NotifyCollectionChangedEventHandler^ CollectionChanged {
	void add (NotifyCollectionChangedEventHandler^ value);
	void remove (NotifyCollectionChangedEventHandler^ value);
}

Implements

INotifyCollectionChanged..::..CollectionChanged

See Also