Search
VirtualizingDiagram.OnLinkRealized Method
See Also
 






Raises the LinkRealized event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void OnLinkRealized (
    VirtualLinkEventArgs e
)

Visual Basic  Copy Code

Protected Sub OnLinkRealized( _
    e As VirtualLinkEventArgs _
)

 Parameters

e

A LinkEventArgs that contains the event data.

 See Also