Pivot.LoadedPivotItem Event
Namespace: Microsoft.Phone.Controls
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
'Declaration
Public Event LoadedPivotItem As EventHandler(Of PivotItemEventArgs)
public event EventHandler<PivotItemEventArgs> LoadedPivotItem
public:
event EventHandler<PivotItemEventArgs^>^ LoadedPivotItem {
void add (EventHandler<PivotItemEventArgs^>^ value);
void remove (EventHandler<PivotItemEventArgs^>^ value);
}
member LoadedPivotItem : IEvent<EventHandler<PivotItemEventArgs>,
PivotItemEventArgs>
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.