Search
DiagramBase.OnLinkModifyCancelled Method
See Also
 





Raises the LinkModifyCancelled event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnLinkModifyCancelled (
    LinkEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnLinkModifyCancelled( _
    e As LinkEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also