IMouseProcessor.PostprocessGiveFeedback(GiveFeedbackEventArgs) Method

Definition

Handles a GiveFeedback event after the default handler.

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

Parameters

e
GiveFeedbackEventArgs

A DragEventArgs describing the drag operation.

Applies to