Skip to main content
A newer version of this page is available. .

RepositoryItemRatingControl.ItemMouseOver Event

Occurs when an end-user hovers a rating item within this RatingControl.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Event Data

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

See Also