I am reading part of WPF in favor of binding-based validation, so that validation events can bubble the tree, so to speak.
What would be an example of where this would be useful? Just trying to figure it out.
You might be interested in the WPF Application Framework (WAF) BookLibrary application . It shows how to use the bubble check event in WPF to notify when any of the child controls becomes invalid. This is used to disable the save button.
Source: https://habr.com/ru/post/1756500/More articles:MySQL Limit, Group and AVG Query - mysqlvariable scope and closure inside javascript template - javascriptHow do I get python.vim to work with vim? - pythonHow to use @RequestMapping headers? - javaМожно встроить WinForms в приложение VCL Delphi? - delphiМожете ли вы отключить защиту XSS в IE7, чтобы приложение Intranet могло знать содержимое внешних IFRAME? - internet-explorerRSS feed question - rssGit hook to prevent top-level directory creation - gitИспользовать корпоративную библиотеку для базы данных OLEDB Access - c#How to read session values from another session instance in PHP? - phpAll Articles