UnboundSourceListChangedEventArgs(Boolean, ListChangedType, Int32, PropertyDescriptor) Constructor
Initializes a new instance of the UnboundSourceListChangedEventArgs class.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v22.2.dll
NuGet Package: DevExpress.Data
Declaration
public UnboundSourceListChangedEventArgs(
bool isTriggeredByComponentApi,
ListChangedType listChangedType,
int index,
PropertyDescriptor propertyDescriptor
)
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. |
index | Int32 | Gets the integer index of the UnboundSource list row affected by the change. |
propertyDescriptor | PropertyDescriptor | Gets the PropertyDescriptor of the UnboundSource list property affected by the change. |
See Also