constructor(processOnServer, index) Constructor
Initializes a new ASPxClientRatingControlItemClickEventArgs class instance with the specified settings.
Declaration
constructor(
processOnServer: boolean,
index: number
)
Parameters
Name | Type | Description |
---|---|---|
processOnServer | boolean |
|
index | number | The index of the clicked item. |
See Also