Hello everyone.
I have a treeview with it's LabelEdit property set to true. This treeview shows all the folders, with all it's files and subfolders inside.

I want to know how can I rename a file or folder, from the treeview. I presume I need either the BeforeLabelEdit event or the AfterLabelEdit event, but I have no clue how to do this.

Can anyone help?