Skip to main content
All docs
V25.1
  • ItemsSourceChangedEventArgs.OldValue Property

    Gets an old ItemsSource property value.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public object OldValue { get; }

    Property Value

    Type Description
    Object

    An old ItemsSource property value.

    Remarks

    The ItemsSourceChanged event is fired after an editor’s ItemsSource property value has been changed. Use the OldValue property to get the previous ItemsSource property value. The NewValue property returns the new ItemsSource property value.

    See Also