Search
DiagramView.OnPreviewDrop Method
See Also
 





Processes DraggedItem objects when they are dropped onto the target.

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

 Syntax

C#  Copy Code

protected override void OnPreviewDrop (
    DragEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnPreviewDrop( _
    e As DragEventArgs _
)

 Parameters

e

 See Also