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) 作中呼叫基底實作。 無法呼叫基底實作可防止基類處理事件,這可能會變更最終類別的執行時間行為。 視您的需求而定,您可以在特殊處理之前或之後呼叫基底實作。

適用於