Skip to main content
All docs
V25.1
  • FormatRuleCollection<T, TColumnType>.CollectionChanged Event

    Fires when the collection changes.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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