Mono 支持 INotifyPropertyChanged 吗?

发布于 2024-08-05 06:43:23 字数 177 浏览 5 评论 0原文

我目前正在开发一个应用程序,它应该能够在标准 .Net Framework 和 Mono 下运行。我想知道我是否可以在我的业务模型中安全地实现 INotifyPropertyChanged 并且 Mono 框架会在不需要额外努力的情况下接受它?

一般来说,Mono 框架对数据绑定的支持是否足够好?

I'm currently developing an application that should be able to run under the standard .Net Framework as well as under Mono. I was wondering if I could safely implement INotifyPropertyChanged in my business model and that the Mono Framework would pick it up without extra effort?

Is the support of data binding good enough in the Mono Framework in general?

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

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

发布评论

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

评论(1

素衣风尘叹 2024-08-12 06:43:23

是的。 Mono 很好地支持其 Windows 窗体实现,包括数据绑定。在业务对象上实现 INotifyPropertyChanged 应该可以很好地与 Mono 及其数据绑定配合使用。

Yes. Mono supports their Windows Forms implementation quite well, including data binding. Implementing INotifyPropertyChanged on your business objects should work well with Mono and their databinding.

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