ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BarStyleCollection Class / AddingNew Event

In This Topic
    AddingNew Event (BarStyleCollection)
    In This Topic
    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