UnboundDataSource Events
A data source used to supply and obtain a typed list of objects to DevExpress controls.| 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