IMouseProcessor.PreprocessQueryContinueDrag Method

Definition

Handles a QueryContinueDrag event before the default handler.

public:
 void PreprocessQueryContinueDrag(System::Windows::QueryContinueDragEventArgs ^ e);
public void PreprocessQueryContinueDrag (System.Windows.QueryContinueDragEventArgs e);
abstract member PreprocessQueryContinueDrag : System.Windows.QueryContinueDragEventArgs -> unit
Public Sub PreprocessQueryContinueDrag (e As QueryContinueDragEventArgs)

Parameters

e
QueryContinueDragEventArgs

A DragEventArgs describing the drag operation.

Applies to