TcxCustomTreeView.OnCancelEdit Event
Allows you to respond to node edit cancel operations.
Declaration
property OnCancelEdit: TTVChangedEvent read; write;
Remarks
The OnCancelEdit
event occurs every time a user closes an in-place node caption editor and discards pending changes.
See Also