UIApplication.IsIgnoringInteractionEvents Property
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.
Whether the receiver is ignoring touch events.
public virtual bool IsIgnoringInteractionEvents { [Foundation.Export("isIgnoringInteractionEvents")] get; }
member this.IsIgnoringInteractionEvents : bool
Property Value
true
if there have been more calls to BeginIgnoringInteractionEvents() than calls to EndIgnoringInteractionEvents().
- Attributes