如果对象为null,我可以分配eventlistener吗?

时间:2013-05-23 09:29:10

标签: c# events event-handling

我正在处理推送通知,并且有一个HttpNotificationChannel pushChannel对象。

在OnNavigatedTo我做pushChannel.HttpNotificationReceived += ...

在我的MainPage的OnNavigatedFrom中,我有pushChannel.HttpNotificationReceived -= ...

但我可以通过定义pushChannel来执行此操作吗?喜欢pushChannel = HttpNotificationChannel.Find(channelName);

当然它没有任何意义,但我很好奇我是否可以分配和取消分配这样的事件

0 个答案:

没有答案