PivotHeadersControl.OnItemsChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Handles the items changed event, re-creating the visuals for the control.
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: