Back to Devexpress

TabbedGroup Events

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

latest3.9 KB
Original Source

TabbedGroup Events

Represents the base class for tabbed layout groups.

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).
CustomDrawTabHeaderAllows you to custom paint tabs.
CustomHeaderButtonClickOccurs when a custom header button is clicked.
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.
SelectedPageChangeAnimationCompleted
SelectedPageChangedOccurs when a tab page is activated.
SelectedPageChangingEnables you to prevent changing the selected page.
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

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraLayout Namespace