Skip to main content
A newer version of this page is available. .

SvgImageSelectionChangingEventArgs(SvgImageItem, SvgImageSelectionChangeAction) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.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