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。 |