type
TScSocketEvent = procedure(Sender: TObject; const SockAddr: TSockAddr) of object;
property OnSocketDisconnect: TScSocketEvent;
Description
This event occurs if the socket which the connection was established with, become closed or broken.
Sender is the object that raised the event. SockAddr it the object that describes the socket for data exchange.
See Also