System.Tether.Manager.TTetheringManager.OnEndAutoConnect
Delphi
property OnEndAutoConnect: TNotifyEvent read FOnEndAutoConnect write FOnEndAutoConnect;
C++
__property System::Classes::TNotifyEvent OnEndAutoConnect = {read=FOnEndAutoConnect, write=FOnEndAutoConnect};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManager |
Description
Occurs when a pairing operation is aborted and the aborted pairing operation was the last pairing operation remaining of an automatic connection process.
The event handler of OnEndAutoConnect receives a single parameter, Sender
, which is your manager.
See Also
- System.Tether.Manager.TTetheringAdapter.DoAuthErrorFromLocal
- System.Tether.Manager.TTetheringAdapter.DoAuthErrorFromRemote
- BDShoppingList sample