Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / OnAddingNew Method

In This Topic
    OnAddingNew Method (C1BindingSource)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnAddingNew( _
       ByVal e As System.ComponentModel.AddingNewEventArgs _
    ) 
    protected virtual void OnAddingNew( 
       System.ComponentModel.AddingNewEventArgs e
    )

    Parameters

    e
    See Also