|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to determine if a value has changed as a result of data bindingHello,
if I bind a property of a control to a field in a data source, is there a way to know that its value has changed as a result of data binding. For example, if I bind Text property of a TextBox, I need to know that TextChanged event was triggered because value has just been read from the data source, as opposed to user interaction or changing the value from code. Thanks. |
|||||||||||||||||||||||