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

TabFormControlBase.PageCollectionChanged Event

Fires when the TabFormControlBase.Pages collection has changed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public event EventHandler PageCollectionChanged

Event Data

The PageCollectionChanged event's data class is EventArgs.

See Also