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

SvgImageBox.SelectionChanged Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public event EventHandler SelectionChanged

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