constructor(processOnServer, buttonIndex) Constructor
In This Article
Initializes a new instance of the ASPxClientButtonEditClickEventArgs object with the specified parameters.
#Declaration
TypeScript
constructor(
processOnServer: boolean,
buttonIndex: number
)
#Parameters
Name | Type | Description |
---|---|---|
process |
boolean |
|
button |
number | The index of the clicked button. Initializes the ASPx |
See Also