Back to Devexpress

ItemsSourceChangedEventArgs.NewValue Property

wpf-devexpress-dot-xpf-dot-editors-dot-itemssourcechangedeventargs-062286b9.md

latest1.4 KB
Original Source

ItemsSourceChangedEventArgs.NewValue Property

Gets a new ItemsSource property value.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object NewValue { get; }
vb
Public ReadOnly Property NewValue As Object

Property Value

TypeDescription
Object

A new 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

ItemsSourceChangedEventArgs Class

ItemsSourceChangedEventArgs Members

DevExpress.Xpf.Editors Namespace