Skip to main content

ItemsSourceChangedEventArgs(ISelectorEdit, Object, Object) Constructor

Initializes a new instance of the ItemsSourceChangedEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ItemsSourceChangedEventArgs(
    ISelectorEdit editor,
    object oldValue,
    object newValue
)

Parameters

Name Type
editor DevExpress.Xpf.Editors.Internal.ISelectorEdit
oldValue Object
newValue Object
See Also