Table of Contents

Method OnDragEnter

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

OnDragEnter(DragEventArgs)

Invoked whenever an unhandled System.Windows.DragDrop.DragEnter 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 OnDragEnter(DragEventArgs e)

Parameters

e DragEventArgs

Provides data about the event.