Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TileListBoxPanel Class / OnItemsChanged Method
The System.Object that raised the event.
Provides data for the System.Windows.Controls.ItemContainerGenerator.ItemsChanged event.

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

    Parameters

    sender
    The System.Object that raised the event.
    args
    Provides data for the System.Windows.Controls.ItemContainerGenerator.ItemsChanged event.
    See Also