Back to Devexpress

UnboundDataSource.UnboundSourceListChanged Event

wpf-devexpress-dot-xpf-dot-core-dot-datasources-dot-unbounddatasource.md

latest3.1 KB
Original Source

UnboundDataSource.UnboundSourceListChanged Event

Occurs when the UnboundDataSource‘s list is changed.

Namespace : DevExpress.Xpf.Core.DataSources

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler<UnboundSourceListChangedEventArgs> UnboundSourceListChanged
vb
Public Event UnboundSourceListChanged As EventHandler(Of UnboundSourceListChangedEventArgs)

Event Data

The UnboundSourceListChanged event's data class is UnboundSourceListChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
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

UnboundDataSource Class

UnboundDataSource Members

DevExpress.Xpf.Core.DataSources Namespace