GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CustomCalendarCollection Class / OnListChanged Method

In This Topic
    OnListChanged Method (CustomCalendarCollection)
    In This Topic
    Raises the ListChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnListChanged( _
       ByVal e As ListChangedEventArgs _
    ) 
    protected virtual void OnListChanged( 
       ListChangedEventArgs e
    )

    Parameters

    e
    See Also