Skip to main content
A newer version of this page is available. .

UnboundDataSource Events

Represents a data source used to supply and obtain a typed list of objects to data-aware controls in unbound mode.
Name Description
DataContextChanged Occurs when the data context for this element changes. Inherited from FrameworkElement.
UnboundSourceListChanged Occurs when the UnboundDataSource‘s list is changed.
UnboundSourceListChanging Occurs when the UnboundDataSource‘s list is about to be changed.
ValueNeeded Occurs before a value is pulled from the data source.
ValuePushed Occurs before a modified value is pushed to the data source.
See Also