UIElement.OnManipulationBoundaryFeedback 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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 基类的 方法,以便基类接收 事件。