TreeView.RenameEndedArgs.acceptedRename
public bool acceptedRename;
Description 描述
Is true if the rename is accepted.
The rename is set as accepted when the user ends rename with Return/Enter or the rename loses focus. The rename is rejected if the user presses Esc while editing.