标签: c# prism
我有一个弹出窗口托管我的User Control(使用Interactivity)。当使用“窗口关闭”按钮关闭此弹出窗口时,我希望我的User Control调用其清理方法,我该怎么做?
User Control
答案 0 :(得分:-1)
继承Interactivity类,然后覆盖getwindows方法,传递包含该窗口的自定义INotification。
Interactivity
getwindows
INotification