Window.OnManipulationBoundaryFeedback 方法

定义

ManipulationBoundaryFeedback 事件发生时调用。

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

参数

注解

此实现不会更改事件数据的属性ManipulationBoundaryFeedback) (Handled处理的状态。

继承者说明

如果重写 OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs),请始终在实现中 OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) 调用基实现。 调用基实现失败会阻止基类处理 事件,这可能会更改最终类的运行时行为。 可以在特殊处理之前或之后调用基本实现,具体取决于你的要求。

适用于