DataGridEditCellDelegate Delegate
Edit cell delegate.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public delegate Object EditCellDelegate(
int aRowIndex,
int aColumnIndex,
DataGridCell anOldValue,
Rectangle aClientRectangle
)
Public Delegate Function EditCellDelegate (
aRowIndex As Integer,
aColumnIndex As Integer,
anOldValue As DataGridCell,
aClientRectangle As Rectangle
) As Object
- aRowIndex Int32
- Row index of the cell.
- aColumnIndex Int32
- Column index of the cell.
- anOldValue DataGridCell
- Old value.
- aClientRectangle Rectangle
- Client rectangle.
ObjectThe new value.