Back to Devexpress

ItemsSourceChangedEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-8bba977a.md

latest1.9 KB
Original Source

ItemsSourceChangedEventArgs Class

Provides data for the ItemsSourceChanged and ItemsSourceChanged event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ItemsSourceChangedEventArgs :
    RoutedEventArgs
vb
Public Class ItemsSourceChangedEventArgs
    Inherits RoutedEventArgs

ItemsSourceChangedEventArgs is the data class for the following events:

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

ItemsSourceChangedEventArgs Members

DevExpress.Xpf.Editors Namespace