Evento PhoneApplicationService.Closing

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (em Microsoft.Phone.dll)

Sintaxe

'Declaração
Public Event Closing As EventHandler(Of ClosingEventArgs)
public event EventHandler<ClosingEventArgs> Closing
public:
 event EventHandler<ClosingEventArgs^>^ Closing {
    void add (EventHandler<ClosingEventArgs^>^ value);
    void remove (EventHandler<ClosingEventArgs^>^ value);
}
member Closing : IEvent<EventHandler<ClosingEventArgs>,
    ClosingEventArgs>

Informações sobre versão

.NET para aplicativos do Windows Phone

Com suporte em: Windows Phone 8, Silverlight 8.1

Segurança do .NET Framework

Consulte também

Referência

PhoneApplicationService Classe

Namespace Microsoft.Phone.Shell