GridViewHeaderRowPresenter.OnLostMouseCapture(MouseEventArgs) 메서드

정의

LostMouseCaptureGridViewColumnHeader 이벤트에 대한 클래스 처리를 제공합니다.

protected:
 override void OnLostMouseCapture(System::Windows::Input::MouseEventArgs ^ e);
protected override void OnLostMouseCapture (System.Windows.Input.MouseEventArgs e);
override this.OnLostMouseCapture : System.Windows.Input.MouseEventArgs -> unit
Protected Overrides Sub OnLostMouseCapture (e As MouseEventArgs)

매개 변수

e
MouseEventArgs

이벤트 데이터입니다.

설명

경우는 LostMouseCapture 이벤트 열을 새 위치로 이동 하는 동안 발생, 이동이 취소 됩니다.

이 구현은 처리 하지 않습니다는 LostMouseCapture 이벤트입니다.

적용 대상