UnboundSource Events
A data source used to supply and obtain a typed list of objects to data-aware controls in unbound mode.| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| UnboundSourceListChanged | Occurs when the UnboundSource‘s list is changed. |
| UnboundSourceListChanging | Occurs when the UnboundSource‘s list is changed. |
| ValueNeeded | Occurs when a value is requested from the UnboundSource. |
| ValuePushed | Occurs when a value is set in the UnboundSource. |
See Also