.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)
Visual Basic (Declaration)
Protected Overridable Sub OnItemsChanged ( _
e As NotifyCollectionChangedEventArgs _
)
Dim e As NotifyCollectionChangedEventArgs
Me.OnItemsChanged(e)
protected virtual void OnItemsChanged(
NotifyCollectionChangedEventArgs e
)
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference