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.
我有一个带有自定义 ItemRenderer 的 DataGroup 的中介视图。当我单击 ItemRenderer 中的按钮时,我想要发送信号并在我的调解器中处理它?我怎样才能做到这一点?
提前致谢
在您的项目渲染器中调度一个冒泡的事件,然后在您的 DataGroup 上为该事件添加一个侦听器(在您的调解器中)。