开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜