Description
-
Fires when user selects delete from the context
menu.
Syntax
-
Private Sub
object_ActionDelete(Item,
Allow)
The ActionDelete Event syntax has these parts:
| object |
A wodFtpDLX
object. |
| Item |
A DirItem object.
Reference to item that will be deleted. |
| Allow |
A Boolean value. When
set to False then action is ignored. |
Remarks
-
Available only in ActiveX (GUI) version!
This event is fired when user selects 'Delete'
from the context menus. It is fired both for files and for
folders. If you don't want to allow users to delete
files from remote system, set Allow argument to
False.
|