UIApplication.EndIgnoringInteractionEvents 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.
Resumes receiving touch events for the application.
[Foundation.Export("endIgnoringInteractionEvents")]
public virtual void EndIgnoringInteractionEvents ();
abstract member EndIgnoringInteractionEvents : unit -> unit
override this.EndIgnoringInteractionEvents : unit -> unit
- Attributes
Remarks
This should be called if you previously disabled receiving events by calling the BeginIgnoringInteractionEvents().
This method is unavailable to Extensions.