UnboundSource.UnboundSourceListChanged Event
In This Article
Occurs when the UnboundSource‘s list is changed.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public event EventHandler<UnboundSourceListChangedEventArgs> UnboundSourceListChanged
#Event Data
The UnboundSourceListChanged event's data class is UnboundSourceListChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Is |
Gets a value indicating if the current event is triggered by the Unbound |
List |
Gets the type of change.
Inherited from List |
New |
Gets the index of the item affected by the change.
Inherited from List |
Old |
Gets the old index of an item that has been moved.
Inherited from List |
Property |
Gets the Property |
See Also