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 |
ルーティング方法 | バブリング |
Delegate | EventHandler<TEventArgs> 型の ManipulationBoundaryFeedbackEventArgs。 |