constructor(processOnServer) Constructor
Initializes a new instance of the ASPxClientProcessingModeCancelEventArgs object.
Declaration
constructor(
processOnServer: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| processOnServer | boolean |
|
Remarks
Instances of the ASPxClientProcessingModeCancelEventArgs object are automatically created and passed to corresponding event handlers.
See Also