Version

ApplicationBarInitializingEventArgs Class Members

The following tables list the members exposed by ApplicationBarInitializingEventArgs.

Public Constructors
 NameDescription
Public ConstructorApplicationBarInitializingEventArgs ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyAction (Inherited from Infragistics.Win.UIActionNotification.UIActionCancelableEventArgs)
Public PropertyButtonsLeftReturns an ApplicationBarButtonsCollection instance which contains the ApplicationBarButtons which will be displayed on the left side of the ApplicationBar.  
Public PropertyButtonsRightReturns an ApplicationBarButtonsCollection instance which contains the ApplicationBarButtons which will be displayed on the right side of the ApplicationBar.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyEnterCustomizeModeReturns or sets a boolean value indicating whether the control should enter customize mode.  
Public PropertyShowDefaultButtonsReturns or sets a boolean value indicating whether the default ApplicationBarButtons should be displayed.  
Public PropertyTileReturns the tile on which the user performed the action that caused the event to occur.  
See Also