UIResponder.MotionCancelled(UIEventSubtype, UIEvent) 메서드

정의

운영 체제가 동작(쉐이크) 이벤트를 취소하는 경우 호출되는 메서드입니다.

[Foundation.Export("motionCancelled:withEvent:")]
public virtual void MotionCancelled (UIKit.UIEventSubtype motion, UIKit.UIEvent evt);
abstract member MotionCancelled : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionCancelled : UIKit.UIEventSubtype * UIKit.UIEvent -> unit

매개 변수

motion
UIEventSubtype

동작 종류를 지정하는 이벤트 하위 형식입니다.

evt
UIEvent

지정된 동작을 설명하는 UIEvent입니다.

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

특성

적용 대상