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

    Fires when the collection changes.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public event EventHandler<FormatConditionCollectionChangedEventArgs> CollectionChanged

    Event Data

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

    See Also