TOnManagerEvent
Ancestor for event types used in cookie manager event notifications.
TOnManagerEvent = procedure (ASender: TObject; ACookieCollection: TIdCookies) of object;
Unit
Parameters
ACookieCollection
Cookie collection for the event notification.
ASender
Cookie manager for the event notification.
Description