BackButtonPressedEventArgs Class

Definition

Internal use only. Contains arguments for the event that is raised when a back button is pressed.

public class BackButtonPressedEventArgs : EventArgs
type BackButtonPressedEventArgs = class
    inherit EventArgs
Inheritance
BackButtonPressedEventArgs

Constructors

BackButtonPressedEventArgs()

Internal use only. Initializes a new BackButtonPressedEventArgs instance.

Properties

Handled

Internal use only. Gets or sets a value that indicates whether the back button event has already been handled.

Applies to