UIElement.ManipulationBoundaryFeedback イベント

定義

操作中に境界に到達したときに発生します。

public:
 event EventHandler<System::Windows::Input::ManipulationBoundaryFeedbackEventArgs ^> ^ ManipulationBoundaryFeedback;
public event EventHandler<System.Windows.Input.ManipulationBoundaryFeedbackEventArgs> ManipulationBoundaryFeedback;
member this.ManipulationBoundaryFeedback : EventHandler<System.Windows.Input.ManipulationBoundaryFeedbackEventArgs> 
Public Custom Event ManipulationBoundaryFeedback As EventHandler(Of ManipulationBoundaryFeedbackEventArgs) 

イベントの種類

注釈

ルーティングされたイベント情報

識別子フィールド ManipulationBoundaryFeedbackEvent
ルーティング戦略 バブル
代理人 EventHandler<TEventArgs> 型の ManipulationBoundaryFeedbackEventArgs

適用対象