Skip to main content

SvgImageSelectionChangingEventArgs(SvgImageItem, SvgImageSelectionChangeAction) Constructor

Initializes a new instance of the class.

Namespace: DevExpress.XtraEditors

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