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