Datasnap.DSCommon.TDSClientChannelManagerEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public Datasnap.DSCommon.hpp Datasnap.DSCommon Datasnap.DSCommon

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