DragDrop::DragOverEvent Field

 

Identifies the DragOver  attached event

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

public:
static initonly RoutedEvent^ DragOverEvent

Field Value

Type: System.Windows::RoutedEvent^

The identifier for the DragOver attached event.

The DragOver event occurs when an object is dragged over the element's bounds.

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

.NET Framework
Available since 3.0
Return to top
Show: