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

RatingControlItemEventArgs(Int32) Constructor

Initializes a new instance of the RatingControlItemEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public RatingControlItemEventArgs(
    int itemIndex
)

Parameters

Name Type Description
itemIndex Int32

An integer value that identifies the index of the clicked item.

Remarks

Instances of the RatingControlItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also