MindFusion.Wpf Pack Programmer's Guide
DiagramBase.NodeClicked Event
See Also
 





Raised when the user clicks a node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<NodeEventArgs> NodeClicked

Visual Basic  Copy Code

Public Event NodeClicked As EventHandler(Of NodeEventArgs)

 Event Data

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

Member name

Description

Node

The DiagramNode that has been clicked.

MouseButton

The mouse button that has been pressed by the user.

MousePosition

A Point specifying the mouse cursor position.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
NodeDoubleClicked Event
CellClicked Event