如何自定义 ASP.Net 气泡事件以传递附加变量?
我使用 BubbleEvent 将事件从 Web 用户控件传递给其父控件(这是一个带有代码隐藏页面的 Default.aspx)。
我想使用 BubbleEvent 不仅传递发送者和事件,还传递整数或另一个变量。
有没有办法向 BubbleEvent 添加参数,或者我应该采取不同的方法来解决这个问题?
I am using BubbleEvent to give events from a web user control to its parent (which is a Default.aspx with code behind page).
I would like to use BubbleEvent to not only pass the sender and event, but also an integer or another variable.
Is there a way to add a parameter to the BubbleEvent, or is there a different way I should be approaching this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是您需要遵循的步骤
Here are the steps you need to follow