Discuss this help topic in SecureBlackbox Forum
This event is fired when file list request is completed.
Declaration
[C#/Java]
event TNotifyEvent OnFileListCompleted;
[VB.NET]
Event OnFileListCompleted As TNotifyEvent
[Pascal]
property OnFileListCompleted: TNotifyEvent;
[C++]
void get_OnFileListCompleted(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnFileListCompleted(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnFileListCompleted()
void set_OnFileListCompleted(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElFTPSServer when a file list request is completed.
Discuss this help topic in SecureBlackbox Forum