AddingNewEventArgs Constructor ()
.NET Framework (current version)
Initializes a new instance of the AddingNewEventArgs class using no parameters.
Assembly: System (in System.dll)
The default constructor sets the NewObject property to null. A value that is null indicates that, if the AddingNewEventHandler does not explicitly set this property, the collection will take standard steps to provide a new item to add to itself.
.NET Framework
Available since 2.0
Available since 2.0
Show: