Initializes a new instance of the DrawNodeEventArgs class.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DrawNodeEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The DrawingContext object that represents the target of the drawing operation.
The DiagramNode related to the event.
See Also