Pivot.UnloadingPivotItem Event

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

Syntax

'Declaration
Public Event UnloadingPivotItem As EventHandler(Of PivotItemEventArgs)
public event EventHandler<PivotItemEventArgs> UnloadingPivotItem
public:
 event EventHandler<PivotItemEventArgs^>^ UnloadingPivotItem {
    void add (EventHandler<PivotItemEventArgs^>^ value);
    void remove (EventHandler<PivotItemEventArgs^>^ value);
}
member UnloadingPivotItem : IEvent<EventHandler<PivotItemEventArgs>,
    PivotItemEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Pivot Class

Microsoft.Phone.Controls Namespace