UIApplication.BeginIgnoringInteractionEvents 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.
Stops the application from receiving touch events.
[Foundation.Export("beginIgnoringInteractionEvents")]
public virtual void BeginIgnoringInteractionEvents ();
abstract member BeginIgnoringInteractionEvents : unit -> unit
override this.BeginIgnoringInteractionEvents : unit -> unit
- Attributes
Remarks
This method is sometimes used by developers that want to prevent touch events to be delivered during an animation.
To resume receiving touch events, call the EndIgnoringInteractionEvents().
This method is not available in Extensions.