Delegate TabbedMDIManager.EndUpdateMDIChildDelegate
Assembly: Syncfusion.Tools.Windows.dll
protected delegate void EndUpdateMDIChildDelegate(Form pMDIChild);
Parameters
Type |
Name |
Description |
System.Windows.Forms.Form |
pMDIChild |
|
Constructors
Declaration
public EndUpdateMDIChildDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(Form pMDIChild, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Form |
pMDIChild |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(Form pMDIChild)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Form |
pMDIChild |
|