InteractedEventArgs.Aborted Property
Gets a flag indicating if the operation was aborted by the user or completed successfully.
Thread safety: This property is thread-safe.
Syntax
public System.Boolean Aborted { get; }
Property Value
Type: System.Boolean
True if the user aborted the operation by pressing the Escape key, False if the operation was completed successfully.
True if the user aborted the operation by pressing the Escape key, False if the operation was completed successfully.
Platforms
Windows, Linux, Android