TdxListViewOwnerDataEvent Type
The procedural type for event handlers that configure the appearance of list items.
#Declaration
TdxListViewOwnerDataEvent = procedure(Sender: TdxCustomListView; AItem: TdxListItem) of object;
#Parameters
Name | Type | Description |
---|---|---|
Sender | Tdx |
The List View control that raised the event. |
AItem | Tdx |
The target list item. |
#Remarks
The List View’s OnData event references the TdxListViewOwnerDataEvent type.