Skip to main content
All docs
V24.2

FormatRuleCollection<T, TColumnType>.CollectionChanged Event

Fires when the collection changes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public event EventHandler<FormatConditionCollectionChangedEventArgs> CollectionChanged

Event Data

The CollectionChanged event's data class is DevExpress.XtraEditors.FormatConditionCollectionChangedEventArgs.

See Also