GoDiagram Win Reference
OnDragOver Method

Handle the DragOver event by canonicalizing the input event and behaving differently for internal drags than for external drags coming from other windows.
Syntax
'Declaration
 
Protected Overrides Sub OnDragOver( _
   ByVal evt As DragEventArgs _
) 
protected override void OnDragOver( 
   DragEventArgs evt
)

Parameters

evt
Remarks
This sets up LastInput and then it either calls DoInternalDrag for drags that started in this view (because the current tool is an instance of GoToolDragging) or it calls DoExternalDrag 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 OnDragOver

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback