'Declaration Public Enum SelectedLocationChangeKind Inherits System.Enum
public enum SelectedLocationChangeKind : System.Enum
Member | Description |
---|---|
ChildLocationSelected | An item (which represents a member of the location’s Locations collection) was selected from the child locations list. Note that this implies that the item selected from the list becomes the new UltraNavigationBar.SelectedLocation. |
Expanded | The UltraNavigationBarLocation was selected indirectly as a result of being programmatically expanded when its UltraNavigationBarLocation.UIElement was not visible in the user interface. |
None | Used to indicate an uninitialized state. |
PathParsed | A navigation path was parsed successfully, either as the result of an edit mode session ending, or the UltraNavigationBar.NavigateTo method being called. |
PreviousLocationSelected | An item (which represents an item in the previous locations dropdown list) was selected by the end user. |
Programmatic | The value of the UltraNavigationBar.SelectedLocation property has changed through programmatic intervention by the end developer. |
TextButtonClicked | The text button was clicked by the end user. Note that this implies that the selected state of the location that becomes the new UltraNavigationBar.SelectedLocation has not changed, because it is already selected, and remains so. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2