Skip to main content
All docs
V23.2

FormatRuleCollection<T, TColumnType>.CollectionChanged Event

Fires when the collection changes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler<FormatConditionCollectionChangedEventArgs> CollectionChanged

Event Data

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

See Also