Hoxw to know Treeview ClientSide properties and function syntax

Hello,


I am working with the Treeview Tool to display some data.

I would like to have the properties of the client side (javascript) object of this treeview, in order to write

some functions which would be executed when the user check or uncheck a checkbox from the Treeview.

How can I know all the properties and functions (methods if oriented object javascript) which I could use with

the Treeview ?

For example, after setting
myTreeview.ClientSideOnNodeCheckChanged = "myFunction(this)";

I success with :

Up arrow icon