[]
Represents the method that will handle a AutoCreatedDockingTab event.
public delegate void AutoCreatedDockingTabHandler(object sender, AutoCreatedDockingTabEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| AutoCreatedDockingTabEventArgs | e | A AutoCreatedDockingTabEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| AutoCreatedDockingTabHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, AutoCreatedDockingTabEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, AutoCreatedDockingTabEventArgs) |