IMouseProcessor.PostprocessQueryContinueDrag Method

Definition

Handles a QueryContinueDrag event after the default handler.

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

Parameters

e
QueryContinueDragEventArgs

A DragEventArgs describing the drag operation.

Applies to