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

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

An integer value representing the zero based index of the clicked button. Initializes the ASPxClientButtonEditClickEventArgs.buttonIndex property.

See Also