.NET Framework Class Library for Silverlight
ItemsControl..::.OnItemsChanged Method

Called when the value of the Items property changes.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
Protected Overridable Sub OnItemsChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
Visual Basic (Usage)
Dim e As NotifyCollectionChangedEventArgs

Me.OnItemsChanged(e)
C#
protected virtual void OnItemsChanged(
    NotifyCollectionChangedEventArgs e
)
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker