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)
参数
注解
此实现不会更改事件数据的处理状态( Handled 属性 ManipulationBoundaryFeedback )。
继承者说明
如果重写 OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs),请始终在实现中 OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) 调用基本实现。 未能调用基实现会阻止基类处理事件,这可能会更改最终类的运行时行为。 可以根据要求在特殊处理之前或之后调用基本实现。