ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VirtualizingPanel Class / OnItemsChanged Method
The sender.
The C1ItemsChangedEventArgs instance containing the event data.

In This Topic
    OnItemsChanged Method (C1VirtualizingPanel)
    In This Topic
    Called when the C1ItemsControl.Items collection that is associated with the C1ItemsControl for this C1VirtualizingPanel changes.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemsChanged( _
       ByVal sender As System.Object, _
       ByVal args As C1ItemsChangedEventArgs _
    ) 
    protected virtual void OnItemsChanged( 
       System.object sender,
       C1ItemsChangedEventArgs args
    )

    Parameters

    sender
    The sender.
    args
    The C1ItemsChangedEventArgs instance containing the event data.
    See Also