GoDiagram Win Reference
OnDragDrop Method

Handle the DragDrop event by canonicalizing the input event and behaving differently for internal drag-drops than for drops coming from other windows.
Syntax
'Declaration
 
Protected Overrides Sub OnDragDrop( _
   ByVal evt As DragEventArgs _
) 
protected override void OnDragDrop( 
   DragEventArgs evt
)

Parameters

evt
Remarks
This sets up LastInput and then it either calls DoInternalDrop for drags that started in this view (because the current tool is an instance of GoToolDragging) or it calls DoExternalDrop for dragging from another Control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
Base Implementation in OnDragDrop

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback