GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / GroupModelCollection Class / OnListChanged Method
instance containing the event data.

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

    Parameters

    e
    instance containing the event data.
    See Also