Skip to main content
All docs
V25.1
  • SvgImageBox.SelectionChanged Event

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    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