Table of Contents

Method OnDragOver

Namespace
Innova.Prism.Library.Controls
Assembly
Innova.Prism.Library.dll

OnDragOver(DragEventArgs)

Invoked whenever an unhandled System.Windows.DragDrop.DragOver attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event.

protected override void OnDragOver(DragEventArgs e)

Parameters

e DragEventArgs

Provides data about the event.