Discuss this help topic in SecureBlackbox Forum
This event is fired when document receiving begins.
Declaration
[C#/Java]
event TNotifyEvent OnDocumentBegin;
[VB.NET]
Event OnDocumentBegin As TNotifyEvent
[Pascal]
property OnDocumentBegin: TNotifyEvent;
[C++]
void get_OnDocumentBegin(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnDocumentBegin(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnDocumentBegin()
void set_OnDocumentBegin(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElHTTPSClient when the document receiving begins.
Discuss this help topic in SecureBlackbox Forum