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

XtraTabPageCollection.CollectionChanged Event

Fires after the page collection has been changed.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public event CollectionChangeEventHandler CollectionChanged

Event Data

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

Property Description
Action Gets an action that specifies how the collection changed.
Element Gets the instance of the collection with the change.

Remarks

Changing the tab control’s page collection as a result of adding, inserting or removing pages raises the CollectionChanged event.

See Also