Skip to main content

RatingControl.ItemMouseOut Event

Occurs when an end-user moves the mouse pointer away from the rating item area.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ItemEventHandler ItemMouseOut

Event Data

The ItemMouseOut event's data class is DevExpress.XtraEditors.Repository.ItemEventArgs.

Remarks

Entering the rating item area raises the RatingControl.ItemMouseOver event. Leaving it fires the ItemMouseOut event instead.

See Also