UIResponder.MotionCancelled(UIEventSubtype, UIEvent) Method
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.
C#
[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
Event-subtype that specifies the kind of motion.
- Attributes
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |