Version

UltraTabbedMdiManager Class Events

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

Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventInitializeContextMenuCancelable event that occurs when a System.Windows.Forms.ContextMenu will be displayed for an MdiTab  
Public EventInitializeTabEvent that occurs when a new MdiTab is created for an mdichild form.  
Public EventInitializeTabGroupEvent that occurs when a new MdiTabGroup is created.  
Public EventMouseEnterElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventMouseLeaveElement (Inherited from Infragistics.Win.UltraComponentControlManagerBase)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventRestoreTabEvent that occurs when an MdiTab is deserialized so that it may be associated with a System.Windows.Forms.Form  
Public EventSplitterDraggedEvent that occurs after the splitter bar for an MdiTabGroup has been repositioned.  
Public EventSplitterDraggingEvent that occurs when the splitter bar for an MdiTabGroup is about to be repositioned.  
Public EventStoreTabEvent that occurs when the SaveAsBinary(Stream) or SaveAsXml(Stream) method is invoked so that each tab's PersistedInfo may be initialized.  
Public EventTabActivatedEvent that occurs after the ActiveTab has changed.  
Public EventTabClosedEvent that occurs after an MdiTab is closed.  
Public EventTabClosingCancelable event that occurs before an MdiTab is closed.  
Public EventTabDisplayedEvent that occurs after the visibility of the Form of an MdiTab is changed to true and the MdiTab is displayed in an MdiTabGroup.  
Public EventTabDisplayingEvent that occurs when the visibility of the Form of an MdiTab is changed to true and the MdiTab is being displayed in an MdiTabGroup.  
Public EventTabDraggingCancelable event that occurs when an MdiTab is about to be dragged.  
Public EventTabDragOverEvent that occurs during the drag of an MdiTab to determine if the specified location is a valid drop point.  
Public EventTabDroppedEvent that occurs after an MdiTab drag operation is completed.  
Public EventTabGroupResizedEvent that occurs after an MdiTabGroup is resized.  
Public EventTabGroupResizingCancelable event that occurs before an MdiTabGroup is resized.  
Public EventTabGroupScrolledEvent that occurs after an MdiTabGroup is scrolled.  
Public EventTabGroupScrollingCancelable event that occurs before an MdiTabGroup is scrolled.  
Public EventTabMovedEvent that occurs after an MdiTab has been repositioned.  
Public EventTabMovingEvent that occurs when an MdiTab is about to be repositioned.  
Public EventTabSelectedEvent that occurs after an MdiTab has been selected.  
Public EventTabSelectingCancelable event that occurs before an MdiTab is selected.  
See Also