Version

ActiveLocationChanged Event

Occurs after the value of the ActiveLocation property has changed.
Syntax
'Declaration
 
Public Event ActiveLocationChanged As ActiveLocationChangedHandler
public event ActiveLocationChangedHandler ActiveLocationChanged
Event Data

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

PropertyDescription
Location Returns a reference to the Infragistics.Win.Misc.UltraNavigationBarLocation that has been activated, or null if the ActiveLocation property has been set to null.
Remarks

Note: Unlike most Infragistics controls, the UltraNavigationBar's ActiveLocation property changes when the cursor enters and exits the user interface elements associated with an UltraNavigationBarLocation. For this reason, the ActiveLocationChanged event can fire with a null Infragistics.Win.Misc.UltraWinNavigationBar.LocationEventArgs.Location under normal operation. Listeners of this event must check the value of the Location property of the event arguments for null before accessing it.

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