gpt4 book ai didi

c# - 知道usercontrol的处置事件?

转载 作者:太空宇宙 更新时间:2023-11-03 13:53:22 25 4
gpt4 key购买 nike

如果带有用户控件的窗口正在关闭,那么我应该在用户控件中调用一个方法,即仅当用户控件被释放时调用。我该怎么做?

最佳答案

如果你想知道垃圾收集器何时收集 UserControl 使用这个:

    ~UserControl1()
{
//...
}

如果您想知道 UserControl 何时从其父级卸载,请在 userControl 上使用 Unloaded 事件

注意:与 Window 不同,UserControl 无法关闭。

关于c# - 知道usercontrol的处置事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13086113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com