UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method invoked if the operating system cancels a motion (shake) event.
[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
Parameters
- motion
- UIEventSubtype
Event-subtype that specifies the kind of motion.
- Attributes