Vcl.Touch.GestureCtrls.TGestureListView.OnDeletion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDeletion: TLVDeletedEvent read FOnDeletion write FOnDeletion;

C++

__property OnDeletion;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Occurs when an item in the list view is about to be deleted.

Vcl.Touch.GestureCtrls.TGestureListView.OnDeletion inherits from Vcl.ComCtrls.TCustomListView.OnDeletion. All content below this line refers to Vcl.ComCtrls.TCustomListView.OnDeletion.

Occurs when an item in the list view is about to be deleted.

Write an OnDeletion event handler to respond when an item in the list is about to be deleted. The Item parameter is the TListItem object from the Items property that is about to be deleted.

OnDeletion is an event handler of type Vcl.ComCtrls.TLVDeletedEvent.

See Also