IMouseProcessor.PreprocessDragOver(DragEventArgs) Method

Definition

Handles a drag over event before the default handler.

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

Parameters

e
DragEventArgs

A DragEventArgs describing the drag operation.

Applies to