Pivot.OnItemsChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Update the header items when there are changes in the pivot items collection.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Protected Overrides Sub OnItemsChanged ( _ e As NotifyCollectionChangedEventArgs _ )
Parameters
- e
- Type: System.Collections.Specialized.NotifyCollectionChangedEventArgs
The event arguments.
Show: