RatingControlItemEventHandler Delegate
A method that will handle a control’s ASPxRatingControl.ItemClick event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void RatingControlItemEventHandler(
object sender,
RatingControlItemEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | RatingControlItemEventArgs | An RatingControlItemEventArgs object that contains event data. |
See Also