Page 1 of 1

which event can do this?

Posted: Thu Dec 02, 2010 11:59 am
by chuqingsheng
I have a treeview to show the richviewedit's doc structure.
I need this function.

when user modify the doc. the treeview will update the caption of node to show the changed. which event can I use to do this?

Posted: Thu Dec 02, 2010 12:56 pm
by Sergey Tkachenko
Sorry, I am afraid the only solution is recreating this tree completely in RichViewEdit.OnChange

Posted: Thu Dec 02, 2010 12:56 pm
by chuqingsheng
BTW, all doc structrue title text is in the the table cell, one title in one cell .

Posted: Thu Dec 02, 2010 1:02 pm
by chuqingsheng
can I use then table event to do this ? if use the richviewedit onchange event to recreate the treeview, this will take more time and is low efficient.