CustomRowCellEditEventArgs Constructors
Provides data for the GridView.CustomRowCellEdit event.Name | Parameters | Description |
---|---|---|
CustomRowCellEditEventArgs(Int32, GridColumn, RepositoryItem) | rowHandle, column, repositoryItem | Creates a new CustomRowCellEditEventArgs object. |
CustomRowCellEditEventArgs(Int32, GridColumn) | rowHandle, column | Creates a new CustomRowCellEditEventArgs object. |
See Also