Search
DiagramBase.LinkCreateCancelled Event
See Also
 





Raised when the user cancels link creation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkCreateCancelled

Visual Basic  Copy Code

Public Event LinkCreateCancelled As EventHandler(Of LinkEventArgs)

 Event Data

LinkCreateCancelled 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