Raised when the user tries to select a link, this event lets you cancel the operation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<LinkValidationEventArgs> LinkSelecting |
Visual Basic
Copy Code
|
|---|
Public Event LinkSelecting As EventHandler(Of LinkValidationEventArgs) |
Event DataLinkSelecting event handlers receive an argument of type LinkValidationEventArgs.
See Also