GridViewHeaderRowPresenter.OnLostMouseCapture(MouseEventArgs) 메서드

정의

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

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 하지 않습니다.

적용 대상