Class UpdateCallback
Delegate used by PropertyContainers to update container node's info.
Inheritance
System.Object
UpdateCallback
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class UpdateCallback : MulticastDelegate
Remarks
Used by Decorator to update container node's hittesting region. Used by AnchiringPrimitives to update their container node's refresh rect.
Constructors
UpdateCallback(Object, IntPtr)
Declaration
public UpdateCallback(object object, IntPtr method)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | object | |
| System.IntPtr | method |
Methods
BeginInvoke(AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
Parameters
| Type | Name | Description |
|---|---|---|
| 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()
Declaration
public virtual void Invoke()