Skip to main content
A newer version of this page is available. .

ItemsSourceChangedEventArgs Class

Provides data for the ItemsSourceChanged and ItemsSourceChanged event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class ItemsSourceChangedEventArgs :
    RoutedEventArgs

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.

Inheritance

Object
EventArgs
RoutedEventArgs
ItemsSourceChangedEventArgs
See Also