windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-95c04bdf.md
Fires when the mouse cursor enters the item’s graphical path or bounding rectangle.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public event SvgImageItemEventHandler ItemEnter
Public Event ItemEnter As SvgImageItemEventHandler
The ItemEnter event's data class is SvgImageItemEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Item | Gets the currently processed item. |
When the mouse cursor enters the item’s bounds, the SvgImageBox control raises the SvgImageBox.QueryHoveredItem event, and then the ItemEnter event.
When the mouse cursor leaves the item’s bounds, the SvgImageBox.ItemLeave event fires.
The SvgImageBox.ItemHitTestType property affects the item detection (hit-testing). The property can be set to the following values:
See Also