Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 查找添加到 TableLayoutPanel 的控件的行索引
我们可以ParentChanged在 Windows 窗体中以编程方式为控件引发事件吗?
ParentChanged
或者就此而言,以编程方式引发任何控制事件?
通常,外部呼叫者无法做到这一点。
在 Control 派生类中,您可以调用:
base.OnParentChanged(EventArgs.Empty);