Version

LocationExpanded Event

Occurs after the dropdown list which displays the visible members of a UltraNavigationBarLocation.Locations collection is displayed.
Syntax
'Declaration
 
Public Event LocationExpanded As LocationExpandedHandler
public event LocationExpandedHandler LocationExpanded
Event Data

The event handler receives an argument of type LocationExpandedEventArgs containing data related to this event. The following LocationExpandedEventArgs properties provide information specific to this event.

PropertyDescription
Location Returns a reference to the Infragistics.Win.Misc.UltraNavigationBarLocation that has been expanded.
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