Skip to main content

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

true to process the event on the server side; false to completely handle it on the client side.

index number

The index of the clicked item.

See Also