Version

UltraToolbarsManager Class Events

For a list of all members of this type, see UltraToolbarsManager members.

Public Events
 NameDescription
Public EventAfterApplicationMenu2010ClosedOccurs after the Office 2010 style application menu on the ribbon is closed.  
Public EventAfterApplicationMenu2010DisplayedOccurs after the Office 2010 style application menu on the ribbon is displayed.  
Public EventAfterApplicationMenuCloseUpOccurs after the application menu on the ribbon closes up.  
Public EventAfterApplicationMenuDropDownOccurs after the application menu on the ribbon opens up.  
Public EventAfterAutoHideRibbonCloseUpOccurs after the auto-hidden ribbon is closed.  
Public EventAfterAutoHideRibbonDropDownOccurs after the auto-hide ribbon is displayed.  
Public EventAfterComponentResetOccurs after the component has been reset.  
Public EventAfterCustomizeDialogClosedOccurs after the run-time customizer dialog has been shown and is closed.  
Public EventAfterMiniToolbarHiddenOccurs when the mini-toolbar is hidden from the user, either because the mouse has moved too far from it, or because some other item on screen was activated.  
Public EventAfterMiniToolbarShownOccurs after the mini-toolbar is shown to the user as a result of a context menu appearing.  
Public EventAfterNavigationOccurs after an item has been navigated to on the navigation toolbar.  
Public EventAfterRibbonCustomizationDialogClosedOccurs after the RibbonCustomizationProvider's dialog is closed.  
Public EventAfterRibbonGroupCloseUpOccurs after the dropdown for a collapsed ribbon group on the ribbon closes.  
Public EventAfterRibbonGroupDropDownOccurs after the dropdown for a collapsed ribbon group on the ribbon opens.  
Public EventAfterRibbonTabCloseUpOccurs after the dropdown for the minimized ribbon closes.  
Public EventAfterRibbonTabDropDownOccurs after the dropdown for the minimized ribbon opens.  
Public EventAfterRibbonTabSelectedOccurs after the selected tab of the ribbon has been changed.  
Public EventAfterTaskPaneToolSelectedOccurs after the SelectedTaskPaneTool has been changed.  
Public EventAfterToolActivateOccurs after a tool becomes the active tool.  
Public EventAfterToolbarResetOccurs after an UltraToolbar is reset to its original state.  
Public EventAfterToolCloseupOccurs after a tool closes up.  
Public EventAfterToolDeactivateOccurs after a tool ceases to be the active tool.  
Public EventAfterToolDragEndOccurs after a tool drag operation has completed.  
Public EventAfterToolDropdownOccurs after a tool drops down.  
Public EventAfterToolEnterEditModeOccurs after an editor tool has entered edit mode.  
Public EventAfterToolExitEditModeOccurs after an editor tool has left edit mode.  
Public EventBeforeApplicationMenu2010ClosedOccurs before the Office 2010 style application menu on the ribbon is Closed.  
Public EventBeforeApplicationMenu2010DisplayedOccurs before the Office 2010 style application menu on the ribbon is displayed.  
Public EventBeforeApplicationMenuDropDownCancelable event that occurs before the application menu on the ribbon opens up.  
Public EventBeforeAutoHideRibbonDropDownOccurs before auto-hide ribbon is displayed.  
Public EventBeforeComponentResetOccurs before the component has been reset.  
Public EventBeforeDisplayCustomizeDialogOccurs before the run-time customizer dialog is displayed to the user.  
Public EventBeforeDisplayMoreItemsDialogOccurs before the More Windows or More Items dialogs are displayed.  
Public EventBeforeMiniToolbarShownOccurs before the mini-toolbar is shown to the user as a result of a context menu appearing.  
Public EventBeforeNavigationOccurs before an item is navigated to on the navigation toolbar.  
Public EventBeforeRibbonCustomizationDialogDisplayedOccurs before the RibbonCustomizationProvider's dialog is displayed.  
Public EventBeforeRibbonGroupDropDownCancelable event that occurs before the dropdown for a collapsed ribbon group on the ribbon opens.  
Public EventBeforeRibbonTabDropDownCancelable event that occurs before the dropdown for minimized ribbon opens.  
Public EventBeforeRibbonTabSelectedCancelable event that occurs before the selected tab of the ribbon has been changed.  
Public EventBeforeShortcutKeyProcessedOccurs before the ToolClick is invoked when the end-user presses the Shortcut for a ToolBase.  
Public EventBeforeTaskPaneToolSelectedOccurs before the SelectedTaskPaneTool has been changed.  
Public EventBeforeToolActivateOccurs before a tool becomes the active tool.  
Public EventBeforeToolbarListDropdownOccurs before the toolbar menu list is displayed.  
Public EventBeforeToolbarResetOccurs before a toolbar is reset to its baseline state.  
Public EventBeforeToolDragBeginOccurs before a tool drag operation has started.  
Public EventBeforeToolDropdownOccurs before a tool drops down.  
Public EventBeforeToolEnterEditModeCancelable event that occurs after an editor tool has left edit mode.  
Public EventBeforeToolExitEditModeCancelable event that occurs before an editor tool has left edit mode.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventGalleryToolActiveItemChangeOccurs when an item in a gallery drop down or preview is activated for the length of the ActivationActionDelay.  
Public EventGalleryToolFilterChangeOccurs when the selected group filter of a gallery tool has changed.  
Public EventGalleryToolItemClickOccurs when an item in a gallery drop down or preview is clicked.  
Public EventMouseEnterElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventMouseLeaveElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventQuickAccessToolbarModifiedOccurs when the state or location of the QuickAccessToolbar is changed.  
Public EventTaskPaneToolResizeOccurs when the Control of the SelectedTaskPaneTool is being resized by the UltraToolbarsManager.  
Public EventTearawayToolbarCreatedOccurs after a tearaway toolbar has been created.  
Public EventToolbarModifiedOccurs when the state or location of an UltraToolbar is changed.  
Public EventToolClickOccurs when a tool is clicked by the user.  
Public EventToolDoubleClickOccurs when a tool is double-clicked by the user.  
Public EventToolEditErrorOccurs after the BeforeToolExitEditMode event if the user has entered an invalid value.  
Public EventToolKeyDownOccurs when a key is pressed when a tool has the input focus.  
Public EventToolKeyPressOccurs when a key is pressed and released when a tool has the input focus.  
Public EventToolKeyUpOccurs when a key is released when a tool has the input focus.  
Public EventToolValueChangedOccurs when the value of a tool changes.  
See Also