Share via


IMouseProcessor.PostprocessDragLeave(DragEventArgs) Method

Definition

Handles a drag leave event after the default handler.

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

Parameters

e
DragEventArgs

A DragEventArgs describing the drag operation.

Applies to