MouseProcessorBase.PostprocessGiveFeedback(GiveFeedbackEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The event arguments.