MouseProcessorBase.PostprocessDragLeave(DragEventArgs) Method

Definition

Handles the drag leave event after the default handler.

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

Parameters

e
DragEventArgs

The event arguments.

Implements

Applies to