GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TaskCollection Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (TaskCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also