System.Win.ScktComp.TThreadNotifyEvent
C++
typedef void __fastcall (__closure *TThreadNotifyEvent)(System::TObject* Sender, TServerClientThread* Thread);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | System.Win.ScktComp.hpp | System.Win.ScktComp | System.Win.ScktComp |
Description
The type for event handlers that notify that an event has occurred to a TServerClientThread.
TThreadNotifyEvent procedures are used to perform specific actions when a TServerClientThread starts or ends.
The Sender parameter represents the socket that starts the TServerClientThread.