CustomRowCellEditEventArgs(Int32, GridColumn, RepositoryItem) Constructor
Creates a new CustomRowCellEditEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
public CustomRowCellEditEventArgs(
int rowHandle,
GridColumn column,
RepositoryItem repositoryItem
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value representing the handle of the row that contains the processed cell. This value is assigned to the CustomRowCellEventArgs.RowHandle property. |
column | GridColumn | A GridColumn object (or descendant) representing the column that contains the processed cell. This value is assigned to the CustomRowCellEventArgs.Column property. |
repositoryItem | RepositoryItem | A RepositoryItem object representing the editor assigned to the processed cell. This value is assigned to the CustomRowCellEditEventArgs.RepositoryItem property. |
See Also