Version

LocationCollapsed Event

Occurs when the dropdown list which displays the visible members of a UltraNavigationBarLocation.Locations collection closes.
Syntax
'Declaration
 
Public Event LocationCollapsed As LocationCollapsedHandler
public event LocationCollapsedHandler LocationCollapsed
Event Data

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

PropertyDescription
Location Returns a reference to the Infragistics.Win.Misc.UltraNavigationBarLocation that has been collapsed.
Remarks

There is no mechanism extended through the public object model by which to to prevent the dropdown list from closing; for this reason, the control exposes no cancelable event which occurs prior to the dropdown closing, i.e., there is no LocationCollapsing event.

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