UIElement.ManipulationBoundaryFeedback 事件
定義
當操作遇到界限時發生。Occurs when the manipulation encounters a boundary.
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)
事件類型
備註
路由事件資訊Routed Event Information
識別碼欄位Identifier field | ManipulationBoundaryFeedbackEvent |
路由策略Routing strategy | 鼓 泡Bubbling |
代理人Delegate | 型別 EventHandler<TEventArgs> 的 ManipulationBoundaryFeedbackEventArgs。EventHandler<TEventArgs> of type ManipulationBoundaryFeedbackEventArgs. |