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

RatingControlItemEventHandler Delegate

A method that will handle a control’s ASPxRatingControl.ItemClick event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.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