Delegate TabGroupCreatingEventHandler
Represents the method that handles a TabGroupCreating event of the DockingManager
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public delegate void TabGroupCreatingEventHandler(object sender, TabGroupCreatingEventArgs arg);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
TabGroupCreatingEventArgs | arg | A TabGroupCreatingEventArgs value that contains the event data. |
Constructors
TabGroupCreatingEventHandler(Object, IntPtr)
Declaration
public TabGroupCreatingEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, TabGroupCreatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TabGroupCreatingEventArgs arg, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
TabGroupCreatingEventArgs | arg | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, TabGroupCreatingEventArgs)
Declaration
public virtual void Invoke(object sender, TabGroupCreatingEventArgs arg)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
TabGroupCreatingEventArgs | arg |