Search
DiagramBase.OnLinkSplit Method
See Also
 





Raises the LinkSplit event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnLinkSplit (
    LinkEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnLinkSplit( _
    e As LinkEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also