Force IDataErrorInfo validation

前端 未结 2 622
渐次进展
渐次进展 2021-02-19 06:33

I have two controls on some panel: textbox and combobox:



        
2条回答
  •  梦毁少年i
    2021-02-19 06:58

    Worth remembering also that you can raise NotifyPropertyChanged with String.Empty property. This will force validation of all properties at that level. Can be useful at times.

提交回复
热议问题