Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / AddingNew Event

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