Answer Posted / Dhirendra Pratap
The UpdateSourceTrigger property in WPF binding specifies when and how the binding source updates its value. When set to PropertyChanged, the source updates its value as soon as the property changes. OnSourceUpdated, it updates immediately after the source updates. OnTargetUpdated, it updates as soon as the target property is updated, but before the property changed event is raised.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category