IInputElement.GotMouseCapture 이벤트

정의

요소가 마우스를 캡처하면 발생합니다.

public:
 event System::Windows::Input::MouseEventHandler ^ GotMouseCapture;
event System.Windows.Input.MouseEventHandler GotMouseCapture;
member this.GotMouseCapture : System.Windows.Input.MouseEventHandler 
Event GotMouseCapture As MouseEventHandler 

이벤트 유형

MouseEventHandler

설명

공용 구현에 대 한이 인터페이스를 사용 하는 것이 없습니다. 자세한 내용은 주의 참조 하십시오.는 IInputElement 인터페이스입니다.

요소가 마우스를 캡처한 요소 커서가 해당 경계 밖에 있는 경우에 마우스 입력을 받습니다. 마우스는 끌어서 놓기 작업 중에 이러한 방식으로 캡처되는 일반적으로 하 고 끌어서 놓기 작업의 삭제 동작이 발생할 때까지 캡처를 유지 합니다.

적용 대상

추가 정보