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

TabbedGroup.SelectedPageChanged Event

Occurs when a tab page is activated.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event LayoutTabPageChangedEventHandler SelectedPageChanged

Event Data

The SelectedPageChanged event's data class is DevExpress.XtraLayout.LayoutTabPageChangedEventArgs.

Remarks

The SelectedPageChanged event is raised when a specific tab page is activated in code or by an end-user.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SelectedPageChanged 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