Skip to main content

constructor(processOnServer, buttonIndex) Constructor

Initializes a new instance of the ASPxClientButtonEditClickEventArgs object with the specified parameters.

Declaration

constructor(
    processOnServer: boolean,
    buttonIndex: 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. Initializes the ASPxClientProcessingModeEventArgs.processOnServer property.

buttonIndex number

The index of the clicked button. Initializes the ASPxClientButtonEditClickEventArgs.buttonIndex property.

See Also