MouseProcessorBase.PostprocessDrop(DragEventArgs) Method

Definition

Handles the drop event after the default handler.

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

Parameters

e
DragEventArgs

The event arguments.

Implements

Applies to