Click or drag to resize

NavigationType Enumeration

Describes the type of navigation that occured

Namespace:  Cauldron.XAML.Navigation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum NavigationType
Members
  Member nameValueDescription
User0 The navigation was invoked by the user
Code1 The navigation was invoked by code
BackButton2 The device's back button was pressed
See Also