ItemsControl.OnItemsChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called when the value of the Items property changes.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overridable Sub OnItemsChanged ( _ e As NotifyCollectionChangedEventArgs _ )
Parameters
- e
- Type: System.Collections.Specialized.NotifyCollectionChangedEventArgs
A NotifyCollectionChangedEventArgs that contains the event data
Show: