Back to Devexpress

SvgImageBox.ItemLeave Event

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-d675313a.md

latest1.4 KB
Original Source

SvgImageBox.ItemLeave Event

Fires when the mouse cursor leaves the item’s graphical path or bounding rectangle.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public event SvgImageItemEventHandler ItemLeave
vb
Public Event ItemLeave As SvgImageItemEventHandler

Event Data

The ItemLeave event's data class is SvgImageItemEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets the currently processed item.

Remarks

See SvgImageBox.ItemEnter for more information.

See Also

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace