Window.OnManipulationBoundaryFeedback 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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) 调用基实现。 调用基实现失败会阻止基类处理 事件,这可能会更改最终类的运行时行为。 可以在特殊处理之前或之后调用基本实现,具体取决于你的要求。