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