AddingNewEventArgs::NewObject Property
.NET Framework (current version)
Gets or sets the object to be added to the binding list.
Assembly: System (in System.dll)
If the NewObject property is set to null, it indicates that the collection is to take the standard action, which typically entails creating an object of the appropriate type using its default constructor, and then adding it to the collection.
The following code example demonstrates how to use the AddingNewEventArgs class to handle the BindingSource::AddingNew event. This code example is part of a larger example provided in How to: Customize Item Addition with the Windows Forms BindingSource.
.NET Framework
Available since 2.0
Available since 2.0
Show: