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

CustomHeaderButtonCollection.CollectionChanged Event

Occurs when the current custom header buttons collection is changed.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v18.2.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

The CollectionChanged event fires on changing the current collection as a result of adding and removing items.

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