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

constructor(processOnServer, node) Constructor

Initializes a new object of the ASPxClientTreeViewNodeCancelEventArgs type with the specified settings.

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 that represents a node related to the event.

Remarks

For internal use only.

See Also