Search
DiagramView.NodeCreated 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<NodeEventArgs> NodeCreated

Visual Basic  Copy Code

Public Event NodeCreated As EventHandler(Of NodeEventArgs)

 Event Data

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

Member name

Description

AdjustmentHandle

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

MouseButton

Gets which mouse button has been pressed.

MousePosition

Gets or sets the current mouse pointer position.

Node

Gets the node for which the event was raised.


 
 
 
 
  
 
  
 
  

 See Also