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

    Initializes a new instance of the class.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    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