Intersoft ClientUI Documentation
PreviewDropEvent Field



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

This is a tunneling event raised when an object is droppted into 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