Datasnap.DSCommon.TDSClientCallbackChannelManager.OnChannelStateChange

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

property OnChannelStateChange: TDSClientChannelManagerEvent read FChannelManagerEvent write FChannelManagerEvent;

C++

__property TDSClientChannelManagerEvent OnChannelStateChange = {read=FChannelManagerEvent, write=FChannelManagerEvent};

Description

Event to be notified when the channel is opened or closed.

OnChannelStateChange is an event to be notified when the channel is opened or closed and when callbacks are added and removed.

See Also