Share via


UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Method

Definition

[Foundation.Export("motionCancelled:withEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MotionCancelled(UIKit.UIEventSubtype motion, UIKit.UIEvent? evt);
[<Foundation.Export("motionCancelled:withEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MotionCancelled : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionCancelled : UIKit.UIEventSubtype * UIKit.UIEvent -> unit

Parameters

evt
UIEvent
Attributes

Applies to