Search
InstantiateNodeData Constructor
See Also
 






Initializes a new instance of the InstantiateNodeData class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public InstantiateNodeData (
    Object object,
    IntPtr method
)

Visual Basic  Copy Code

Public New ( _
    object As Object, _
    method As IntPtr _
)

 Parameters

object

The object on which the method is defined.

method

The name of the method for which the delegate is created.

 See Also