PhoneApplicationService.Activated 事件

命名空間:  Microsoft.Phone.Shell
組件:  Microsoft.Phone (在 Microsoft.Phone.dll 中)

語法

'宣告
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>

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

請參閱

參考

PhoneApplicationService 類別

Microsoft.Phone.Shell 命名空間