다음을 통해 공유


UIGestureRecognizer.PressesCancelled 메서드

정의

시스템 이벤트로 인해 실제 단추 누르기 이벤트가 취소되었음을 나타냅니다.

[Foundation.Export("pressesCancelled:withEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PressesCancelled (Foundation.NSSet<UIKit.UIPress> presses, UIKit.UIPressesEvent evt);
abstract member PressesCancelled : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit
override this.PressesCancelled : Foundation.NSSet<UIKit.UIPress> * UIKit.UIPressesEvent -> unit

매개 변수

presses
NSSet<UIPress>

이벤트에 관련된 개체 집합 UIPress 입니다.

evt
UIPressesEvent

UIPressesEvent 이벤트를 설명하는 입니다.

특성

설명

프레스 이벤트를 처리하는 개발자는 이 메서드를 구현해야 합니다.

적용 대상