ASP.NET Pack Programmer's Guide
DiagramBase.LinkDoubleClicked Event
See Also
 





Raised when the user double-clicks a link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkDoubleClicked

Visual Basic  Copy Code

Public Event LinkDoubleClicked As EventHandler(Of LinkEventArgs)

 Event Data

LinkDoubleClicked event handlers receive an argument of type LinkEventArgs. The following LinkEventArgs members provide information relevant to the event:

Member name

Description

Link

The DiagramLink that has been double-clicked.

MouseButton

The mouse button that has been pressed by the user.

MousePosition

A PointF specifying the mouse cursor position.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace
LinkClicked Event