Pivot.OnLoadedPivotItem Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Override for notifying that an item has loaded.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Protected Overridable Sub OnLoadedPivotItem ( _
    item As PivotItem _
)
protected virtual void OnLoadedPivotItem(
    PivotItem item
)

Parameters

Remarks

Returns the content to use for the item.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Pivot Class

Microsoft.Phone.Controls Namespace