UnboundSourceListChangedEventArgs(Boolean, ListChangedType, Int32, Int32) Constructor
Initializes a new instance of the UnboundSourceListChangedEventArgs class.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
public UnboundSourceListChangedEventArgs(
bool isTriggeredByComponentApi,
ListChangedType listChangedType,
int newIndex,
int oldIndex
)
Parameters
Name | Type | Description |
---|---|---|
isTriggeredByComponentApi | Boolean | true, if the current event is triggered by the UnboundSource component API; otherwise, false. |
listChangedType | ListChangedType | Gets the ListChangedType enumeration value indicating the type of change. |
newIndex | Int32 | Gets the integer index of the UnboundSource row affected by the change. |
oldIndex | Int32 |
See Also