Intersoft ClientUI Documentation
DragOverEvent Field



Identifies the DragOver routed event.
Syntax
Public Shared ReadOnly DragOverEvent As RoutedEvent
Dim value As RoutedEvent
 
value = DragDrop.DragOverEvent
public static readonly RoutedEvent DragOverEvent
public:
static readonly RoutedEvent^ DragOverEvent
Remarks

This is a bubbling event raised when hovering drop target. To learn about the drag drop events sequence see Drag-drop Framework Overview.

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

DragDrop Class
DragDrop Members

Concepts

Drag-drop Framework Overview

Send Feedback