IMouseProcessor.PreprocessDragEnter(DragEventArgs) Method

Definition

Handles a drag enter event before the default handler.

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

Parameters

e
DragEventArgs

A DragEventArgs describing the drag operation.

Applies to