OnCollectionChanged Method (e)

Json.NET

Json.NET - Quick Starts & API Documentation OnCollectionChanged Method (e)
NamespacesNewtonsoft.Json.LinqJContainerOnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event.
Declaration Syntax
C# Visual Basic Visual C++
protected virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Protected Overridable Sub OnCollectionChanged ( _
	e As NotifyCollectionChangedEventArgs _
)
protected:
virtual void OnCollectionChanged(
	NotifyCollectionChangedEventArgs^ e
)
Parameters
e (NotifyCollectionChangedEventArgs)
The NotifyCollectionChangedEventArgs instance containing the event data.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)