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

RepositoryItemRatingControl.ItemClick Event

Fires whenever an end-user clicks a rating item within this RatingControl.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Event Data

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

See Also