System.Tether.Manager.TTetheringProfile.DoOnDisconnect
Delphi
procedure DoOnDisconnect(const AProfileInfo: TTetheringProfileInfo); virtual;
C++
virtual void __fastcall DoOnDisconnect(const TTetheringProfileInfo &AProfileInfo);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Dispatcher of the OnDisconnect event.
When your profile is disconnected from a connected remote profile, Disconnect calls DoOnDisconnect.
DoOnDisconnect receives a single parameter, AProfileInfo
, which is the disconnected remote profile.
DoOnDisconnect triggers the OnDisconnect, and passes its event handler the following arguments:
- Your profile.
- The disconnected remote profile (
AProfileInfo
).
See Also
- System.Tether.Manager.TTetheringProfile.OnDisconnect
- System.Tether.Manager.TTetheringProfileEvent
- System.Tether.Manager.TTetheringProfile