Version

UltraDockManager Class Events

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

Public Events
 NameDescription
Public EventAfterDockChangeOccurs after the dock status of a pane has changed.  
Public EventAfterHideFlyoutOccurs when an unpinned DockableControlPane is hidden.  
Public EventAfterNavigatorClosedFires after the Navigator user interface is closed.  
Public EventAfterPaneButtonClickOccurs after the action associated with a PaneButton is executed.  
Public EventAfterSplitterDragOccurs after the splitter bar for a pane is released.  
Public EventAfterToggleDockStateOccurs after a pane's dock state is toggled from Docked to Floating or vice versa.  
Public EventBeforeDockChangeOccurs as a dockable pane is dragged.  
Public EventBeforeDockChangeStartOccurs before a dockable pane drag begins.  
Public EventBeforeNavigatorDisplayedFires before the Navigator user interface is displayed.  
Public EventBeforePaneButtonClickOccurs before the action associated with a PaneButton is executed.  
Public EventBeforeShowFlyoutOccurs when the flyout is about to be displayed.  
Public EventBeforeSplitterDragOccurs before a splitter drag begins.  
Public EventBeforeToggleDockStateOccurs before a pane's dock state is toggled from Docked to Floating or vice versa.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDoubleClickSplitterBarOccurs when the user double clicks on a splitter bar.  
Public EventInitializeNavigatorItemFires once for each list item that appears in the Navigator user interface.  
Public EventInitializeNavigatorItemDescriptionFires once for each list item that appears in the Navigator user interface, once that item has been selected. This event does not fire if the ShowDescriptionArea property is false.  
Public EventInitializePaneOccurs when a DockablePaneBase is created.  
Public EventMouseEnterElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventMouseLeaveElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventPaneActivateOccurs when the control contained within a DockableControlPane is activated.  
Public EventPaneDeactivateOccurs when the control contained within a DockableControlPane is deactivated.  
Public EventPaneDisplayedOccurs when a DockableControlPane is brought into view.  
Public EventPaneHiddenOccurs when a DockableControlPane is take out of view.  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
See Also