Back to Devexpress

TabbedControlGroup Events

windowsforms-devexpress-dot-xtralayout-dot-tabbedcontrolgroup-dot-underscore-events.md

latest4.4 KB
Original Source

TabbedControlGroup Events

The group that features a tabbed UI.

NameDescription
ClickFires when the current item is clicked. Inherited from BaseLayoutItem.
CustomDrawAllows you to custom paint the current item. Inherited from BaseLayoutItem.
CustomDrawHeaderButtonAllows you to custom paint header buttons (TabbedGroup.CustomHeaderButtons). Inherited from TabbedGroup.
CustomDrawTabHeaderAllows you to custom paint tabs. Inherited from TabbedGroup.
CustomHeaderButtonClickOccurs when a custom header button is clicked. Inherited from TabbedGroup.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClickFires when the current item is clicked. Inherited from BaseLayoutItem.
HiddenFires after an item has been hidden. Inherited from BaseLayoutItem.
HidingFires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). Inherited from BaseLayoutItem.
MouseDownOccurs when the mouse pointer is over a layout item and a mouse button is pressed. Inherited from BaseLayoutItem.
MouseUpOccurs when the mouse button is released if it was pressed within a layout item. Inherited from BaseLayoutItem.
SelectedPageChangeAnimationCompletedInherited from TabbedGroup.
SelectedPageChangedOccurs when a tab page is activated. Inherited from TabbedGroup.
SelectedPageChangingEnables you to prevent changing the selected page. Inherited from TabbedGroup.
ShowingFires when the item is about to be added to the layout (by dragging it from the Customization Form). Inherited from BaseLayoutItem.
ShownFires after an item has been made visible. Inherited from BaseLayoutItem.
TextChangedFires after the layout item’s text has been changed. Inherited from BaseLayoutItem.

See Also

TabbedControlGroup Class

TabbedControlGroup Members

DevExpress.XtraLayout Namespace