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

适用于