DataBinding-aware (dependency)objects?
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I just wonder if a (dependency)Object can be made aware of data bindings, e.g. if it acts as binding source. It would be nice to get an event from somewhere to realize that someone bound to my object and to get the path that was used on it. So the object could see that a binding to one of it's public properties was created. But seems like the .NET framework offers no such capabilities for data binding. :( Any ideas or suggestions how to create something comparable? Cheerio, Don Rolando