Skip to main content
A newer version of this page is available. .

TabbedControlGroup Events

The group that features a tabbed UI.
Name Description
Click Fires when the current item is clicked. Inherited from BaseLayoutItem.
CustomDraw Allows you to custom paint the current item. Inherited from BaseLayoutItem.
CustomDrawHeaderButton Allows you to custom paint header buttons (TabbedGroup.CustomHeaderButtons). Inherited from TabbedGroup.
CustomDrawTabHeader Allows you to custom paint tabs. Inherited from TabbedGroup.
CustomHeaderButtonClick Occurs when a custom header button is clicked. Inherited from TabbedGroup.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DoubleClick Fires when the current item is clicked. Inherited from BaseLayoutItem.
Hidden Fires after an item has been hidden. Inherited from BaseLayoutItem.
Hiding Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). Inherited from BaseLayoutItem.
MouseDown Occurs when the mouse pointer is over a layout item and a mouse button is pressed. Inherited from BaseLayoutItem.
MouseUp Occurs when the mouse button is released if it was pressed within a layout item. Inherited from BaseLayoutItem.
SelectedPageChanged Occurs when a tab page is activated. Inherited from TabbedGroup.
SelectedPageChanging Enables you to prevent changing the selected page. Inherited from TabbedGroup.
Showing Fires when the item is about to be added to the layout (by dragging it from the Customization Form). Inherited from BaseLayoutItem.
Shown Fires after an item has been made visible. Inherited from BaseLayoutItem.
TextChanged Fires after the layout item’s text has been changed. Inherited from BaseLayoutItem.
See Also