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

适用于