开发者

Any smart pattern to accomplish Bubbling and Tunneling for Events on Winforms?

开发者 https://www.devze.com 2022-12-09 13:10 出处:网络
Can we accomplish on Winforms both Tun开发者_JAVA百科neling and Bubbling? Maybe by using some API Message Interception? Any article about that?Windows Forms was not designed to handle that.You would n

Can we accomplish on Winforms both Tun开发者_JAVA百科neling and Bubbling? Maybe by using some API Message Interception? Any article about that?


Windows Forms was not designed to handle that. You would need to make your own event aggregator, implement your own visual or logical tree, etc, in order to make it work.

If you want this behavior, I recommend just using WPF.

0

精彩评论

暂无评论...
验证码 换一张
取 消