Table of Contents

Method OnQueryContinueDrag

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

OnQueryContinueDrag(QueryContinueDragEventArgs)

Invoked when an unhandled System.Windows.DragDrop.QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

protected override void OnQueryContinueDrag(QueryContinueDragEventArgs e)

Parameters

e QueryContinueDragEventArgs

The QueryContinueDragEventArgs that contains the event data.