Click or drag to resize
Cimbalino ToolkitNavigationServiceBackKeyPressedBehavior Enumeration
Indicates the expected behavior for when the user presses the hardware Back button.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public enum NavigationServiceBackKeyPressedBehavior
Members
  Member nameValueDescription
GoBack0 Navigate to the most recent item in back navigation history.
HideApp1 Hide the app and returns to the main screen.
ExitApp2 Shuts down the app.
DoNothing3 Do nothing.
value__
CompareToCompares this instance to a specified object and returns an indication of their relative values.
EqualsReturns a value indicating whether this instance is equal to a specified object.
GetHashCodeReturns the hash code for the value of this instance.
HasFlagDetermines whether one or more bit fields are set in the current instance.
ToStringConverts the value of this instance to its equivalent string representation.
ToStringConverts the value of this instance to its equivalent string representation using the specified format.
GetTypeGets the Type of the current instance.
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also