'Declaration Protected Friend Overridable Sub OnRowInserted( _ ByVal e As RowInsertedEventArgs _ )
'Usage Dim instance As InsertionRow Dim e As RowInsertedEventArgs instance.OnRowInserted(e)
protected internal virtual void OnRowInserted( RowInsertedEventArgs e )
Parameters
- e
- A RowInsertedEventArgs that contains the event data.