DragDrop::DropEvent Field

 

Identifies the Drop  attached event

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

public:
static initonly RoutedEvent^ DropEvent

Field Value

Type: System.Windows::RoutedEvent^

The identifier for the Drop attached event.

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

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

.NET Framework
Available since 3.0
Return to top
Show: