TcxTreeListGetLevelImagesEvent Type
Declaration
TcxTreeListGetLevelImagesEvent = procedure(Sender: TcxCustomTreeList; ALevel: Integer; var AImages: TCustomImageList; var AStateImages: TCustomImageList) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TcxCustomTreeList |
| ALevel | Integer |
| AImages | TCustomImageList |
| AStateImages | TCustomImageList |
See Also