Hi:
I have a client function for OnClientNodeClicked
function NodeClicked (sender, args)
i use this function to calculate how many checked nodes.
Now, i am doing something on server side and do not want to write the same function on server side again. Is there a way i can call NodeClicked (sender, args) function from server side ?
thanks for helping
I have a client function for OnClientNodeClicked
function NodeClicked (sender, args)
i use this function to calculate how many checked nodes.
Now, i am doing something on server side and do not want to write the same function on server side again. Is there a way i can call NodeClicked (sender, args) function from server side ?
thanks for helping