Skip to main content

RepositoryItemRatingControl.ItemMouseOut Event

Occurs when the mouse pointer leaves the rating item’s bounds.

Namespace: DevExpress.XtraEditors.Repository

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.

See Also