UnboundSourceListChangedEventArgs(Boolean, ListChangedType, Int32, Int32) Constructor
In This Article
Initializes a new instance of the UnboundSourceListChangedEventArgs class.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public UnboundSourceListChangedEventArgs(
bool isTriggeredByComponentApi,
ListChangedType listChangedType,
int newIndex,
int oldIndex
)
#Parameters
Name | Type | Description |
---|---|---|
is |
Boolean | true, if the current event is triggered by the Unbound |
list |
List |
Gets the List |
new |
Int32 | Gets the integer index of the Unbound |
old |
Int32 |
See Also