OnListChanged Method (e)

Json.NET

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

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