Back to Devexpress

TdxCustomListView.OnEdited Event

vcl-dxlistview-dot-tdxcustomlistview-81ae5e27.md

latest728 B
Original Source

TdxCustomListView.OnEdited Event

Allows you to perform specific actions when a user renames an item in an in-place editor.

Declaration

delphi
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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit