constructor(processOnServer, node) Constructor
Initializes a new instance of the BootstrapClientTreeViewNodeProcessingModeEventArgs class with the specified setting.
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 representing the node related to the event. |
See Also