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