'Declaration
Public Event AddingNew As AddingNewEventHandler
public event AddingNewEventHandler AddingNew
Event Data
The event handler receives an argument of type AddingNewEventArgs containing data related to this event. The following AddingNewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewObject |
See Also