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