Search
DiagramBase.OnLinkDeactivated Method
See Also
 





Raises the LinkDeactivated event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnLinkDeactivated (
    LinkEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnLinkDeactivated( _
    e As LinkEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also