Raised when the user creates a node.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public event EventHandler<NodeEventArgs> NodeCreated |
Visual Basic Copy Code |
---|
Public Event NodeCreated As EventHandler(Of NodeEventArgs) |
NodeCreated event handlers receive an argument of type NodeEventArgs. The following NodeEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
Gets or sets the adjustment handle being moved by the user. | |
Gets which mouse button has been pressed. | |
Gets or sets the current mouse pointer position. | |
Gets the node for which the event was raised. |