'Declaration
Protected Sub OnPrepareCellForEdit( _ ByVal e As GridCellEditEventArgs _ )
'Usage
Dim instance As GridBase Dim e As GridCellEditEventArgs instance.OnPrepareCellForEdit(e)
protected void OnPrepareCellForEdit( GridCellEditEventArgs e )
Parameters
- e
- The GridCellEditEventArgs instance containing the event data.