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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.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