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





Occurs when the user draws a new node.

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

 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

Node

The DiagramNode that has been created.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
InitializeNode Event
NodeCreating Event
ActionRedone Event