constructor(processOnServer, node) Constructor
Initializes a new object of the BootstrapClientTreeViewNodeCancelEventArgs type with the specified settings.
Declaration
constructor(
processOnServer: boolean,
node: BootstrapClientTreeViewNode
)
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 | BootstrapClientTreeViewNode | An BootstrapClientTreeViewNode object that represents a node related to the event. |
Remarks
For internal use only.
See Also