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

適用対象