Vcl.ComCtrls.TLVDeletedEvent

提供: RAD Studio API Documentation
移動先: 案内検索

C++

typedef void __fastcall (__closure *TLVDeletedEvent)(System::TObject* Sender, TListItem* Item);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.ComCtrls.hpp Vcl.ComCtrls Vcl.ComCtrls


説明

TLVDeletedEvent は、リスト ビューの OnDeletion および OnInsert イベント ハンドラの型です。

Sender は、リスト ビュー コントロールで、削除されようとしている項目を保持しています。

Item は、削除されようとしている項目です。

関連項目