[]
        
(Showing Draft Content)

C1.WPF.C1ListViewerPanel.OnItemsChanged

OnItemsChanged Method

OnItemsChanged(object, ItemsChangedEventArgs)

Called when the Items collection that is associated with the ItemsControl for this Panel changes.

Declaration
protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)
Parameters
Type Name Description
object sender

The object that raised the event.

ItemsChangedEventArgs args

Provides data for the ItemsChanged event.

Overrides