UIResponder.TouchesCancelled(NSSet, UIEvent) 메서드

정의

터치 처리가 취소되었을 때 전송됩니다.

[Foundation.Export("touchesCancelled:withEvent:")]
public virtual void TouchesCancelled (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit

매개 변수

touches
NSSet

터치를 포함하는 를 형식 UITouch의 개체로 설정합니다.

evt
UIEvent

모든 터치 및 이벤트 정보를 캡슐화하는 UIEvent입니다.

이 매개 변수는 null일 수 있습니다.

특성

설명

이 메서드는 일반적으로 애플리케이션이 외부 원본(예: 수신 전화 통화)에 의해 중단되었기 때문에 관련됩니다.

적용 대상