RowDeletingEventArgs(Int32, Int32, Object) Constructor
In This Article
Initializes a new instance of the RowDeletingEventArgs class with the specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The row handle. This value is used to initialize the Row |
list |
Int32 | The index of the row in the data source. This value is used to initialize the Row |
row | Object | An object that represents the current row. This value is used to initialize the Row |
See Also