Evento Pivot.UnloadingPivotItem

Spazio dei nomi:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
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>

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Pivot Classe

Spazio dei nomi Microsoft.Phone.Controls