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

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

Syntax

C#
protected virtual void OnItemsChanged(
	Object sender,
	ItemsChangedEventArgs args
)
Visual Basic
Protected Overridable 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