Intersoft ClientUI Documentation
PreviewDragOverEvent Field



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

This is a tunneling 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