Source position: treegrids.pas line 3410
type TVSTNewTextEvent = procedure(
Sender: TBaseTreeGrid;
Node: PTreeGridNode;
Column: TColumnIndex;
const NewText: string
) of object;