Version

SelectedLocationChangeKind Enumeration

Constants which define the action which resulted in the firing of the UltraNavigationBar.SelectedLocationChanging event.
Syntax
'Declaration
 
Public Enum SelectedLocationChangeKind 
   Inherits System.Enum
public enum SelectedLocationChangeKind : System.Enum 
Members
MemberDescription
ChildLocationSelectedAn 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.
ExpandedThe UltraNavigationBarLocation was selected indirectly as a result of being programmatically expanded when its UltraNavigationBarLocation.UIElement was not visible in the user interface.
NoneUsed to indicate an uninitialized state.
PathParsedA navigation path was parsed successfully, either as the result of an edit mode session ending, or the UltraNavigationBar.NavigateTo method being called.
PreviousLocationSelectedAn item (which represents an item in the previous locations dropdown list) was selected by the end user.
ProgrammaticThe value of the UltraNavigationBar.SelectedLocation property has changed through programmatic intervention by the end developer.
TextButtonClickedThe 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.
Requirements

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

See Also