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

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

Syntax

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

Implements

INotifyCollectionChanged..::..CollectionChanged

See Also