GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TasksStorage Class / OnAddingNew Method

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

    Parameters

    e
    See Also