Json.NET - Quick Starts & API Documentation
OnListChanged Method (e)
Namespaces ► Newtonsoft.Json.Linq ► JContainer ► OnListChanged(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.