Search
CellBoundsEventHandler.BeginInvoke Method
See Also
 






Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual IAsyncResult BeginInvoke (
    Object sender,
    CellBoundsEventArgs e,
    AsyncCallback callback,
    Object object
)

Visual Basic  Copy Code

Public Overridable Function BeginInvoke( _
    sender As Object, _
    e As CellBoundsEventArgs, _
    callback As AsyncCallback, _
    object As Object _
) As IAsyncResult

 Parameters

sender

e

callback

object

 Return Value

 See Also