SvgImageBox.SelectionChanged Event
A notification event, which is raised after the item selection has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The SelectionChanged event's data class is EventArgs.
Remarks
This is a notification event, which fires after the item selection (SvgImageBox.Selection) has been changed.
See Also