Version

ApplicationBarInitializing Event

Occurs before the ApplicationBar is displayed.
Syntax
'Declaration
 
Public Event ApplicationBarInitializing As ApplicationBarInitializingHandler
public event ApplicationBarInitializingHandler ApplicationBarInitializing
Event Data

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

PropertyDescription
Action (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs) 
ButtonsLeft Returns an ApplicationBarButtonsCollection instance which contains the ApplicationBarButtons which will be displayed on the left side of the ApplicationBar.
ButtonsRight Returns an ApplicationBarButtonsCollection instance which contains the ApplicationBarButtons which will be displayed on the right side of the ApplicationBar.
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
EnterCustomizeMode Returns or sets a boolean value indicating whether the control should enter customize mode.
ShowDefaultButtons Returns or sets a boolean value indicating whether the default ApplicationBarButtons should be displayed.
Tile Returns the tile on which the user performed the action that caused the event to occur.
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