ComponentOne GanttView for WinForms
AddingNew Event (ResourceCollection)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > ResourceCollection Class : AddingNew Event
Occurs before an item is added to the underlying list.
Syntax
'Declaration
 
Public Event AddingNew As System.ComponentModel.AddingNewEventHandler
public event System.ComponentModel.AddingNewEventHandler AddingNew
Event Data

The event handler receives an argument of type System.ComponentModel.AddingNewEventArgs containing data related to this event. The following AddingNewEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also