Evento PhoneApplicationService.Activated

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

Sintassi

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

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