如何在 wpf 中使用数据验证创建自定义行为?

发布于 2024-11-16 17:25:48 字数 61 浏览 1 评论 0原文

我想制作一个 WPF 控件,当验证失败时(IE 变成蓝色或更改控件上的任意 DP),该控件将执行自定义行为。

I want to make a WPF control that will perform a custom behavior when validation fails (IE turn blue or change an arbitrary DP on the control).

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

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

发布评论

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

评论(1

初吻给了烟 2024-11-23 17:25:48

您可以向控件添加验证视觉状态应用一个特殊的 ErrorTemplate 这些可以处理视觉问题诸如变蓝之类的要求。

设置属性或调用方法可以通过订阅 Validation 类的 Error 事件

You could add validation visual states to the control or apply a special ErrorTemplate these could take care of visual requirements such as turning blue.

Setting a property or calling a method could be done by subscribing to the Error event of the Validation class.

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