ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
마우스 포인터가 이 컨트롤 위에 있는 동안 마우스 왼쪽 단추를 놓으면 발생하는 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)
매개 변수
이벤트 데이터입니다.
설명
이 구현 합니다 MouseLeftButtonUp 이벤트를 설정 하 여 처리를 Handled 이벤트 데이터의 속성 true
때 ClickMode 로 설정 되지 않은 Hover. 에 응답 하는 MouseLeftButtonUp 이벤트를 이벤트 처리기를 연결할를 PreviewMouseLeftButtonUp 이벤트 또는 호출 AddHandler(RoutedEvent, Delegate, Boolean) 사용 하 여 handledEventsToo
로 true
.
때 ClickMode 로 설정 되어 Release 는 IsPressed 은 true
,이 메서드는 Click 이벤트.
상속자 참고
재정의 하는 경우 OnMouseLeftButtonUp(MouseButtonEventArgs), 항상 기본 구현을 호출 하면 OnMouseLeftButtonUp(MouseButtonEventArgs) 구현 합니다. 최종 클래스의 런타임 동작을 변경할 수는 클래스 처리기를 사용 하 여 이벤트 처리에서 기본 클래스를 방지 하는 기본 구현을 호출 하지 못했습니다. 기본 구현은 앞 이나 뒤에 특수 한 처리 요구 사항에 따라 호출할 수 있습니다.
적용 대상
.NET