Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / ScheduleGroupItemCollection Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (ScheduleGroupItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also