UIElement.OnManipulationBoundaryFeedback メソッド

定義

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)

パラメーター

e
ManipulationBoundaryFeedbackEventArgs

イベントのデータ。

注釈

メソッドには既定の OnManipulationBoundaryFeedback 実装はありません。 イベントを処理するには、派生クラスで をManipulationBoundaryFeedbackオーバーライドしますOnManipulationBoundaryFeedback。 基底クラスがイベントを OnManipulationBoundaryFeedback 受け取るように、必ず基底クラスの メソッドを呼び出してください。

適用対象