Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / CategoryList Class / OnCollectionChanged Method

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

    Parameters

    e
    See Also