Discuss this help topic in SecureBlackbox Forum
This event is fired when data transfer has been aborted.
Declaration
[C#/Java]
event TNotifyEvent OnAbortTransfer;
[VB.NET]
Event OnAbortTransfer As TNotifyEvent
[Pascal]
property OnAbortTransfer: TNotifyEvent;
[C++]
void get_OnAbortTransfer(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnAbortTransfer(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnAbortTransfer()
void set_OnAbortTransfer(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElFTPSServer when current transfer operation has been aborted.
Discuss this help topic in SecureBlackbox Forum