Initializes a new instance of the NodeEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public NodeEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The DiagramNode related to the event.
The mouse button related to the event.
The position of the mouse cursor, in document coordinates.
See Also