私はプッシュ通知に取り組んでおり、HttpNotificationChannel pushChannel
オブジェクトを持っています。
OnNavigatedTo で私はpushChannel.HttpNotificationReceived += ...
そして、私の MainPage の OnNavigatedFrom にはpushChannel.HttpNotificationReceived -= ...
しかし、pushChannel を定義せずにこれを行うことはできますか? のようにpushChannel = HttpNotificationChannel.Find(channelName);
?
もちろん意味はありませんが、そのようなイベントの割り当てと割り当て解除ができるかどうか興味がありました