Search
DiagramView.LinkCreated Event
See Also
 





Raised when the user creates a node.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkCreated

Visual Basic  Copy Code

Public Event LinkCreated As EventHandler(Of LinkEventArgs)

 Event Data

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

Member name

Description

AdjustmentHandle

Gets or sets the adjustment handle being moved by the user.

Link

Gets the link for which the event raised.

MouseButton

Gets which mouse button has been pressed.

MousePosition

Gets or sets the current mouse pointer position.


 
 
 
 
  
 
  
 
  

 See Also