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

TabbedGroup.SelectedPageChanging Event

Enables you to prevent changing the selected page.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event LayoutTabPageChangingEventHandler SelectedPageChanging

Event Data

The SelectedPageChanging event's data class is DevExpress.XtraLayout.LayoutTabPageChangingEventArgs.

Remarks

The SelectedPageChanging event is raised when the selected page is about to be changed. The event parameter allows the previously and currently selected pages to be identified. To cancel changing the selected page, set the Cancel parameter to true.

See Also