Raises the BindingList`1.AddingNew event.
- e
- An System.ComponentModel.AddingNewEventArgs that contains the event data.
The BindingList`1.AddingNew event and the BindingList`1.AddNew method allow custom-created items to be added to the list.
Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.
The BindingList`1.OnAddingNew(AddingNewEventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.