IMouseProcessor.PreprocessGiveFeedback(GiveFeedbackEventArgs) Method

Definition

Handles a GiveFeedback event before the default handler.

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

Parameters

e
GiveFeedbackEventArgs

A DragEventArgs describing the drag operation.

Applies to