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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected override void OnItemsChanged(
	Object sender,
	ItemsChangedEventArgs args
)
Visual Basic
Protected Overrides Sub OnItemsChanged ( _
	sender As Object, _
	args As ItemsChangedEventArgs _
)

Parameters

sender
Type: System..::..Object
The Object that raised the event.
args
Type: System.Windows.Controls.Primitives..::..ItemsChangedEventArgs
Provides data for the ItemsChanged event.

See Also