Back to Devexpress

UnboundSourceListChangedEventArgs Properties

corelibraries-devexpress-dot-data-dot-unboundsourcelistchangedeventargs-dot-underscore-properties.md

latest2.3 KB
Original Source

UnboundSourceListChangedEventArgs Properties

Arguments passed to the UnboundSource.UnboundSourceListChanging and UnboundSource.UnboundSourceListChanged events.

NameDescription
IsTriggeredByComponentApiGets a value indicating if the current event is triggered by the UnboundSource component API.
ListChangedTypeGets the type of change. Inherited from ListChangedEventArgs.
NewIndexGets the index of the item affected by the change. Inherited from ListChangedEventArgs.
OldIndexGets the old index of an item that has been moved. Inherited from ListChangedEventArgs.
PropertyDescriptorGets the PropertyDescriptor that was added, changed, or deleted. Inherited from ListChangedEventArgs.

See Also

UnboundSourceListChangedEventArgs Class

UnboundSourceListChangedEventArgs Members

DevExpress.Data Namespace