DragDrop::PreviewDropEvent Field

 

Identifies the PreviewDrop  attached event

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static initonly RoutedEvent^ PreviewDropEvent

Field Value

Type: System.Windows::RoutedEvent^

The identifier for the PreviewDrop attached event.

The PreviewDrop event occurs when an object is dropped within an element's bounds.

This field identifies the tunneling version of the PreviewDrop event. For an identifier for the bubbling version of this event, see DropEvent.

.NET Framework
Available since 3.0
Return to top
Show: