RatingControlItemEventHandler Delegate
A method that will handle a control’s ASPxRatingControl.ItemClick event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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