UIResponder.MotionBegan(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 when a motion (a shake) has started.
[Foundation.Export("motionBegan:withEvent:")]
public virtual void MotionBegan (UIKit.UIEventSubtype motion, UIKit.UIEvent evt);
abstract member MotionBegan : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionBegan : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
Parameters
- motion
- UIEventSubtype
Event-subtype that specifies the kind of motion.
- Attributes
Remarks
In particular, UIView bubbles the events up the responder chain.