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