Raises the AddingNew event.
| C# | Visual Basic | Visual C++ |
protected virtual void OnAddingNew( AddingNewEventArgs e )
Protected Overridable Sub OnAddingNew ( _ e As AddingNewEventArgs _ )
protected: virtual void OnAddingNew( AddingNewEventArgs^ e )
- e (AddingNewEventArgs)
- The AddingNewEventArgs instance containing the event data.