Search
NodeListView.DragDropCompleted Event
See Also
 






Raised when a node is created by drag-and-drop from the list to the diagram canvas.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public event EventHandler<NodeListViewEventArgs> DragDropCompleted

Visual Basic  Copy Code

Public Event DragDropCompleted As EventHandler(Of NodeListViewEventArgs)

 See Also