Raised when the user clicks a link.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public event EventHandler<LinkEventArgs> LinkClicked |
Visual Basic Copy Code |
---|
Public Event LinkClicked As EventHandler(Of LinkEventArgs) |
LinkClicked event handlers receive an argument of type LinkEventArgs. The following LinkEventArgs members provide information relevant to the event.
Member name | Description |
---|---|
The DiagramLink that has been clicked. | |
The mouse button that has been pressed by the user. | |
A PointF specifying the mouse cursor position. | |
Gets or sets the adjustment handle being moved by the user. |