TdxCustomListView.OnEdited Event
Allows you to perform specific actions when a user renames an item in an in-place editor.
Declaration
property OnEdited: TdxListViewEditedEvent read; write;
Remarks
This event occurs when the List View applies user changes made in an in-place editor. Assign a string to the S parameter to specify a new caption instead of the caption edited by a user.
Refer to the TdxListViewEditedEvent type description for information on available options.
See Also