다음을 통해 공유


Gallery.OnLongPress(MotionEvent) 메서드

정의

주의

deprecated

이니셜이 아래로 MotionEvent 내려와 긴 누름이 발생하면 이를 알 수 있습니다.

[Android.Runtime.Register("onLongPress", "(Landroid/view/MotionEvent;)V", "GetOnLongPress_Landroid_view_MotionEvent_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnLongPress (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onLongPress", "(Landroid/view/MotionEvent;)V", "GetOnLongPress_Landroid_view_MotionEvent_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnLongPress : Android.Views.MotionEvent -> unit
override this.OnLongPress : Android.Views.MotionEvent -> unit

매개 변수

e
MotionEvent

longpress를 시작한 다운 모션 이벤트의 초기입니다.

구현

특성

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상