ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / OnItemsChanged Method

In This Topic
    OnItemsChanged Method (C1TabControl)
    In This Topic
    Called when the value of the Items property changes.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnItemsChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnItemsChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also