Back to Devexpress

SvgImageBox.SelectionChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-893a7a25.md

latest1.3 KB
Original Source

SvgImageBox.SelectionChanged Event

A notification event, which is raised after the item selection has been changed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public event EventHandler SelectionChanged
vb
Public Event SelectionChanged As EventHandler

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

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace