Search
InstantiateLink Class
See Also
 






Represent a method that creates actual DiagramLink objects to represent data items on screen.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public sealed class InstantiateLink : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class InstantiateLink
    Inherits MulticastDelegate

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Diagramming.InstantiateLink

 See Also