TcxComponentListNotifyEvent Type
In This Article
#Declaration
Delphi
TcxComponentListNotifyEvent = procedure(Sender: TObject; AComponent: TComponent; AAction: TListNotification) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
AComponent | TComponent |
AAction | TList |
See Also