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

XtraTabControl.Selected Event

Occurs after a page has been selected.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Action")]
public event TabPageEventHandler Selected

Event Data

The Selected event's data class is TabPageEventArgs. The following properties provide information specific to this event:

Property Description
Action Gets the action being performed on a tab.
Page Gets the currently processed page.
PageIndex Gets the index of the current page.

Remarks

See the XtraTabControl.Deselecting topic to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Selected event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also