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입니다.

적용 대상