IMouseProcessor.PreprocessDrop(DragEventArgs) Method

Definition

Handles a drop event before the default handler.

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

Parameters

e
DragEventArgs

DragEventArgs describing the drag operation.

Applies to