UIElement.OnManipulationBoundaryFeedback 方法

定义

ManipulationBoundaryFeedback 事件发生时调用。

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)

参数

注解

方法 OnManipulationBoundaryFeedback 没有默认实现。 在派生类中重写 OnManipulationBoundaryFeedback 以处理 ManipulationBoundaryFeedback 事件。 请务必调用 OnManipulationBoundaryFeedback 基类的 方法,以便基类接收 事件。

适用于