'Declaration Public Delegate Sub AutoCreatedDockingTabHandler( _ ByVal sender As System.Object, _ ByVal e As AutoCreatedDockingTabEventArgs _ )
public delegate void AutoCreatedDockingTabHandler( System.object sender, AutoCreatedDockingTabEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A AutoCreatedDockingTabEventArgs object that contains the event data.