RatingControl.ItemMouseOut Event
Occurs when an end-user moves the mouse pointer away from the rating item area.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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