UIElement.ManipulationBoundaryFeedback 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在操作遇到边界时发生。
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。 |