SvgImageSelectionChangingEventArgs(SvgImageItem, SvgImageSelectionChangeAction) Constructor
Initializes a new instance of the class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.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