TcxComponentCollectionChangeEvent Type
Declaration
TcxComponentCollectionChangeEvent = procedure(Sender: TObject; AItem: TcxComponentCollectionItem; AAction: TcxComponentCollectionNotification) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
AItem | TcxComponentCollectionItem |
AAction | TcxComponentCollectionNotification |
See Also