System.Tether.Manager.TTetheringManager.OnRemoteManagerShutdown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRemoteManagerShutdown: TTetheringRemoteManagerShutdownEvent read FOnRemoteManagerShutdown write FOnRemoteManagerShutdown;

C++

__property TTetheringRemoteManagerShutdownEvent OnRemoteManagerShutdown = {read=FOnRemoteManagerShutdown, write=FOnRemoteManagerShutdown};

Properties

Type Visibility Source Unit Parent
event published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Occurs when a paired remote manager is disabled.

When a remote application disables (Enabled is False) or destroys a manager that was paired with your manager, the remote manager notifies all paired managers, including your manager.

The event handler of OnRemoteManagerShutdown receives the following parameters:

  • Sender is your manager.
  • ManagerIdentifier is the Identifier of the disabled remote manager.

See Also