Skip to main content
A newer version of this page is available. .

constructor(processOnServer, node) Constructor

Initializes a new instance of the ASPxClientTreeViewNodeProcessingModeEventArgs class with the specified setting.

Declaration

constructor(
    processOnServer: boolean,
    node: ASPxClientTreeViewNode
)

Parameters

Name Type Description
processOnServer boolean

true to process the event on the server side; false to completely handle it on the client side.

node ASPxClientTreeViewNode

An ASPxClientTreeViewNode object representing the node related to the event.

See Also