constructor(processOnServer, node, htmlElement, htmlEvent) Constructor
Initializes a new object of the BootstrapClientTreeViewNodeClickEventArgs type with the specified settings.
Declaration
constructor(
processOnServer: boolean,
node: BootstrapClientTreeViewNode,
htmlElement: any,
htmlEvent: any
)
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. |
htmlElement | any | An HTML object that contains the processed node. |
htmlEvent | any | A DHTML event object that relates to the processed event. |
Remarks
For internal use only.
See Also