Datasnap.DSCommon.TDSClientChannelManagerEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: Datasnap.DSCommon

Delphi

TDSClientChannelManagerEvent =

C++

typedef void __fastcall (__closure *TDSClientChannelManagerEvent)(System::TObject* Sender, const TDSClientChannelEventItem &EventItem);

Description

User event for the notification of channel events, such as create and close.

TDSClientChannelManagerEvent is a user event for the notification of channel events, such as create and close.

See Also