[]
        
(Showing Draft Content)

C1.Win.Command.AutoCreatedDockingTabHandler

AutoCreatedDockingTabHandler Delegate

Represents the method that will handle a AutoCreatedDockingTab event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
public delegate void AutoCreatedDockingTabHandler(object sender, AutoCreatedDockingTabEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

AutoCreatedDockingTabEventArgs e

A AutoCreatedDockingTabEventArgs object that contains the event data.

Constructors

Name Description
AutoCreatedDockingTabHandler(object, nint)

Methods

Name Description
BeginInvoke(object, AutoCreatedDockingTabEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, AutoCreatedDockingTabEventArgs)