If there isn't a way to trap the event when a node's name is changed, I will
probably write a procedure in the form_unload event, to update the names in
the table that the control builds from in the Form_Load event. Not the way
I would like to proceed, but it may be the only option.
If anyone knows more about the firing of the Updated method, I would still
love to know about it.
Thanks.
Paul Johnson
Paul Johnson - 09 Apr 2004 04:58 GMT
I get to answer my own post again! -- I have found what I was looking for:
the AfterLabelEdit event. I think I started looking in the wrong version of
the axTreeView Control in the VBA Help, because I don't remember seeing it
the first time. For others who want to know (and thanks to Alex for telling
me about the NodeClick event in another post) the events are:
AfterLabelEdit
BeforeLabelEdit
Collapse
Expand
NodeCheck
NodeClick
> If there isn't a way to trap the event when a node's name is changed, I will
> probably write a procedure in the form_unload event, to update the names in
[quoted text clipped - 6 lines]
> Thanks.
> Paul Johnson