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.
是否可以将页面上的按钮单击事件捕获到该页面中的用户控件。
如果您试图将父母的按钮单击事件传递给孩子,您可以这样做。
在用户控件中,创建一个名为HandleParentButtonClick(传递必要参数)的方法。在父级的 OnClick 事件中,调用用户控件的HandleParentButtonClick方法。
HandleParentButtonClick