TcxCustomShellListView.OnEdited Event
Enables you to override end-user changes to shell item captions.
Declaration
property OnEdited: TLVEditedEvent read; write;
Remarks
This event occurs after an end-user has finished editing the item caption.
Sender
specifies the shell list view that raised the event.
Item
specifies the list item that corresponds to the shell list item whose caption has been edited.
S
specifies the new item caption. You can pass your caption via this parameter to override the user input.
You can prohibit end-users from renaming an item via the ReadOnly property. To dynamically prohibit caption editing for specific shell items, handle the OnEditing event.
See Also