Datasnap.DSSession.TDSSessionEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
anonMethod
class
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: Datasnap.DSSession

Delphi

TDSSessionEvent = reference to procedure(Sender: TObject;
const EventType: TDSSessionEventType;
const Session: TDSSession);

C++

__interface TDSSessionEvent  : public System::IInterface

Description

User event for notification of session events, such as Create and Terminate.

The EventType parameter specifies what changes happen to the session, while the Session parameter specifies the session to which the changes apply. The session itself could be in a partially invalid state (for example, if type is SessionClose).

See Also