Skip to main content
All docs
V25.1
  • SvgImageSelectionChangingEventArgs(SvgImageItem, SvgImageSelectionChangeAction) Constructor

    Initializes a new instance of the class.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public SvgImageSelectionChangingEventArgs(
        SvgImageItem item,
        SvgImageSelectionChangeAction action
    )

    Parameters

    Name Type Description
    item SvgImageItem

    The object to initialize the Item property.

    action DevExpress.XtraEditors.SvgImageSelectionChangeAction

    The object to initialize the Action property.

    See Also