Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointmentCollection Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (IntervalAppointmentCollection)
    In This Topic
    Refreshes the HasItems property value.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnCollectionChanged( _
       ByVal args As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs args
    )

    Parameters

    args
    See Also