IMouseProcessor.PostprocessDragEnter(DragEventArgs) Method

Definition

Handles a drag enter event after the default handler.

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

Parameters

e
DragEventArgs

A DragEventArgs describing the drag operation.

Applies to