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