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 |
|
buttonIndex | number | The index of the clicked button. Initializes the ASPxClientButtonEditClickEventArgs.buttonIndex property. |
See Also