Back to Devexpress

UnboundSource Events

corelibraries-devexpress-dot-data-dot-unboundsource-dot-underscore-events.md

latest1.6 KB
Original Source

UnboundSource Events

A data source used to supply and obtain a typed list of objects to data-aware controls in unbound mode.

NameDescription
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
UnboundSourceListChangedOccurs when the UnboundSource‘s list is changed.
UnboundSourceListChangingOccurs when the UnboundSource‘s list is changed.
ValueNeededOccurs when a value is requested from the UnboundSource.
ValuePushedOccurs when a value is set in the UnboundSource.

See Also

UnboundSource Class

UnboundSource Members

DevExpress.Data Namespace