RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Generics.Collections.TCollectionNotifyEvent Type

TCollectionNotifyEvent is the procedure type of the notification event handlers in the container classes.

Pascal
TCollectionNotifyEvent<T> = procedure (Sender: TObject; const Item: T; Action: TCollectionNotification) of object;
C++
(Sender: TObject; const Item: T; Action: TCollectionNotification) (T  TCollectionNotifyEvent)();
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!