Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalGroupsPresenter Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (VisualIntervalGroupsPresenter)
    In This Topic
    This API supports the C1.Silverlight infrastructure and is not intended to be used directly from your code.
    Syntax
    'Declaration
     
    
    Public Sub OnCollectionChanged( _
       ByVal sender As Object, _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    public void OnCollectionChanged( 
       object sender,
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also