Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElementCollection Class / OnCollectionChanged Method

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

    Parameters

    e
    See Also