'Declaration
Protected Sub OnRowEditEnded( _ ByVal e As GridCellEditEventArgs _ )
'Usage
Dim instance As FlexGrid Dim e As GridCellEditEventArgs instance.OnRowEditEnded(e)
protected void OnRowEditEnded( GridCellEditEventArgs e )
Parameters
- e
- GridCellEditEventArgs that contains the event data.