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