Binding Events
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| SourceUpdated | Occurs when a value is transferred from the binding target to the binding source, but only for bindings with the NotifyOnSourceUpdated value set to true. |
| TargetUpdated | Occurs when a value is transferred from the binding source to the binding target, but only for bindings with the NotifyOnTargetUpdated value set to true. |
Reference
Binding ClassSystem.Windows.Data Namespace
MultiBinding
PriorityBinding
Other Resources
Data Binding OverviewData Binding How-to Topics