Skip to main content

constructor(processOnServer) Constructor

Initializes a new instance of the ASPxClientProcessingModeEventArgs object.

Declaration

constructor(
    processOnServer: boolean
)

Parameters

Name Type Description
processOnServer boolean

true to process the event on the server side; false to completely handle it on the client side. Initializes the ASPxClientProcessingModeEventArgs.processOnServer property.

Remarks

Instances of the ASPxClientProcessingModeEventArgs object are automatically created and passed to corresponding event handlers.

See Also