'Declaration Protected Overridable Sub OnBeginningEdit( _ ByVal e As CancelEventArgs _ )
'Usage Dim instance As CellRow Dim e As CancelEventArgs instance.OnBeginningEdit(e)
protected virtual void OnBeginningEdit( CancelEventArgs e )
Parameters
- e
- A System.ComponentModel.CancelEventArgs that contains the event data.