System.Tether.Manager.TTetheringProfile.DoOnDisconnect
Delphi
procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); virtual;
C++
virtual void __fastcall DoOnDisconnect(const TTetheringProfileInfo &AProfileInfo);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Répartiteur de l'événement OnDisconnect.
Quand votre profil est déconnecté d'un profil distant connecté, Disconnect appelle DoOnDisconnect.
DoOnDisconnect reçoit un seul paramètre, AProfileInfo, qui est le profil distant déconnecté.
DoOnDisconnect déclenche le OnDisconnect et transmet à son gestionnaire d'événement les arguments suivants :
- Votre profil.
- Le profil distant déconnecté (
AProfileInfo).
Voir aussi
- System.Tether.Manager.TTetheringProfile.OnDisconnect
- System.Tether.Manager.TTetheringProfileEvent
- System.Tether.Manager.TTetheringProfile