Graphisoft®

Dialog ManagerVersion: 2.0

TreeViewObserver::TreeViewLabelEditFinished

Event handler for the label edit finished notification.

virtual void TreeViewLabelEditFinished (
    const TreeViewLabelEvent & ev,
    EditResponse *      editResponse
);

Parameters

ev
A reference to the event.
editResponse
Can be one of the following values:
Value Meaning
TreeViewObserver::SetNewLabel The new text will be accepted.
TreeViewObserver::KeepOldLabel The original text will be kept.
TreeViewObserver::EditLabel Editing will continue.