Condividi tramite


Evento PhoneApplicationService.RunningInBackground

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

Sintassi

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

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PhoneApplicationService Classe

Spazio dei nomi Microsoft.Phone.Shell