Skip to main content

IRangeControlClient.UpdateHotInfo(RangeControlHitInfo) Method

This method is fired when you move the mouse cursor over the viewport.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void UpdateHotInfo(
    RangeControlHitInfo hitInfo
)

Parameters

Name Type Description
hitInfo DevExpress.XtraEditors.RangeControlHitInfo

A RangeControlHitInfo object that contains information on the point being hovered over.

See Also