在集合编辑器中更改参数时使控件无效

发布于 2024-11-06 10:38:38 字数 449 浏览 1 评论 0原文

我们正在寻找一种更优雅的方式来更新控件内容,同时在集合编辑器中编辑其属性。

据我们所知,唯一的解决方案如下: http://dotnetfacts.blogspot.com/2008/05/how-to-take-control-over-collection.html

因此声明一个静态事件处理程序:

public static event MyPropertyValueChangedEventHandler MyPropertyValueChanged

这个解决方案有很多缺点(考虑一下有多个控件),我们想知道是否可以采用不同的方法。

谢谢。

We are looking for a more elegant way to update control contents while editing it's properties in a collection editor.

As far as we know the only solution is the following: http://dotnetfacts.blogspot.com/2008/05/how-to-take-control-over-collection.html

And therefore declaring a static event handler:

public static event MyPropertyValueChangedEventHandler MyPropertyValueChanged

This solution has a number of drawbacks (think about having more than one control) and we were wondering if a different approach is possible.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文