MindFusion.Wpf Pack Programmer's Guide
DiagramBase.LinkModifyCancelled Event
See Also
 





Raised when the user cancels move or resize operation being done on a link.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkModifyCancelled

Visual Basic  Copy Code

Public Event LinkModifyCancelled As EventHandler(Of LinkEventArgs)

 Event Data

LinkModifyCancelled event handlers receive an argument of type LinkEventArgs. The following LinkEventArgs members provide information relevant to the event:

Member name

Description

Link

Gets the link for which the event raised.

MousePosition

Gets or sets the current mouse pointer position.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace