Skip to main content
All docs
V25.1
  • ItemsSourceChangedEventArgs(ISelectorEdit, Object, Object) Constructor

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

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.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