constructor(processOnServer, cancelEventAndBubble) Constructor
Initializes a new instance of the ASPxClientButtonClickEventArgs class with the specified settings.
Declaration
constructor(
processOnServer: boolean,
cancelEventAndBubble: boolean
)
Parameters
Name | Type | Description |
---|---|---|
processOnServer | boolean |
|
cancelEventAndBubble | boolean |
|
See Also