共用方式為


HttpNotificationChannel.HttpNotificationReceived 事件

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

語法

'宣告
Public Event HttpNotificationReceived As EventHandler(Of HttpNotificationEventArgs)
public event EventHandler<HttpNotificationEventArgs> HttpNotificationReceived
public:
 event EventHandler<HttpNotificationEventArgs^>^ HttpNotificationReceived {
    void add (EventHandler<HttpNotificationEventArgs^>^ value);
    void remove (EventHandler<HttpNotificationEventArgs^>^ value);
}
member HttpNotificationReceived : IEvent<EventHandler<HttpNotificationEventArgs>,
    HttpNotificationEventArgs>

版本資訊

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

支援版本:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

請參閱

參考

HttpNotificationChannel 類別

Microsoft.Phone.Notification 命名空間