UIElement.OnManipulationBoundaryFeedback Method

Definition

Called when the ManipulationBoundaryFeedback event occurs.

protected:
 virtual void OnManipulationBoundaryFeedback(System::Windows::Input::ManipulationBoundaryFeedbackEventArgs ^ e);
protected virtual void OnManipulationBoundaryFeedback (System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e);
abstract member OnManipulationBoundaryFeedback : System.Windows.Input.ManipulationBoundaryFeedbackEventArgs -> unit
override this.OnManipulationBoundaryFeedback : System.Windows.Input.ManipulationBoundaryFeedbackEventArgs -> unit
Protected Overridable Sub OnManipulationBoundaryFeedback (e As ManipulationBoundaryFeedbackEventArgs)

Parameters

e
ManipulationBoundaryFeedbackEventArgs

The data for the event.

Remarks

The OnManipulationBoundaryFeedback method has no default implementation. Override OnManipulationBoundaryFeedback in a derived class to handle the ManipulationBoundaryFeedback event. Be sure to call the OnManipulationBoundaryFeedback method of the base class so that base classes receive the event.

Applies to