MouseProcessorBase.PostprocessGiveFeedback(GiveFeedbackEventArgs) Method

Definition

Handles the feedback event after the default handler.

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

Parameters

e
GiveFeedbackEventArgs

The event arguments.

Implements

Applies to