Raised when a node is created by drag-and-drop from the list to the diagram canvas.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public event EventHandler<NodeListViewEventArgs> DragDropCompleted |
Visual Basic
Copy Code
|
|---|
Public Event DragDropCompleted As EventHandler(Of NodeListViewEventArgs) |
See Also