Search
DiagramBase.LinkSelecting Event
See Also
 






Raised when the user tries to select a link, this event lets you cancel the operation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<LinkValidationEventArgs> LinkSelecting

Visual Basic  Copy Code

Public Event LinkSelecting As EventHandler(Of LinkValidationEventArgs)

 Event Data

LinkSelecting event handlers receive an argument of type LinkValidationEventArgs.

 See Also