Json.NET - Quick Starts & API Documentation
OnAddingNew Method (e)
Namespaces ► Newtonsoft.Json.Linq ► JContainer ► OnAddingNew(AddingNewEventArgs)
Raises the AddingNew event.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual void OnAddingNew( AddingNewEventArgs e )
Protected Overridable Sub OnAddingNew ( _ e As AddingNewEventArgs _ )
protected: virtual void OnAddingNew( AddingNewEventArgs^ e )
Parameters
- e (AddingNewEventArgs)
- The AddingNewEventArgs instance containing the event data.