TcxCollectionNotifyEvent Type
In This Article
#Declaration
Delphi
TcxCollectionNotifyEvent = procedure(Sender: TObject; AItem: TCollectionItem) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
AItem | TCollection |
See Also