ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs) 메서드

정의

마우스 포인터가 이 컨트롤 위에 있는 동안 마우스 왼쪽 단추를 놓으면 발생하는 MouseLeftButtonUp 라우트된 이벤트를 처리하는 클래스를 제공합니다.

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

매개 변수

e
MouseButtonEventArgs

이벤트 데이터입니다.

설명

이 구현 합니다 MouseLeftButtonUp 이벤트를 설정 하 여 처리를 Handled 이벤트 데이터의 속성 trueClickMode 로 설정 되지 않은 Hover. 에 응답 하는 MouseLeftButtonUp 이벤트를 이벤트 처리기를 연결할를 PreviewMouseLeftButtonUp 이벤트 또는 호출 AddHandler(RoutedEvent, Delegate, Boolean) 사용 하 여 handledEventsTootrue.

ClickMode 로 설정 되어 ReleaseIsPressedtrue,이 메서드는 Click 이벤트.

상속자 참고

재정의 하는 경우 OnMouseLeftButtonUp(MouseButtonEventArgs), 항상 기본 구현을 호출 하면 OnMouseLeftButtonUp(MouseButtonEventArgs) 구현 합니다. 최종 클래스의 런타임 동작을 변경할 수는 클래스 처리기를 사용 하 여 이벤트 처리에서 기본 클래스를 방지 하는 기본 구현을 호출 하지 못했습니다. 기본 구현은 앞 이나 뒤에 특수 한 처리 요구 사항에 따라 호출할 수 있습니다.

적용 대상