[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled when a list view item is deleted.
Source position: comctrls.pp line 1301
type TLVDeletedEvent = procedure( |
Sender: TObject; |
Item: TListItem |
) of object; |
Sender |
|
Object (TCustomListView) for the event notification. |
Item |
|
TListItem instance for the delete notification. |
TLVDeletedEvent is the type used to implement the OnDeletion event handler in TCustomListView.
|
Event handler signalled when a list item is deleted from the Items container. |