Description
-
Fires when user wants to view properties for the
item.
Syntax
-
Private Sub
object_ActionProperties(Item,
Allow)
The ActionProperties Event syntax has these parts:
| object |
A wodFtpDLX
object. |
| Item |
A DirItem object.
Reference to item whose properties should be
shown. |
| 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
'Properties' for the context menus. Currently,
wodFtpDLX will perform no action, although in future it is
possible that some window may be shown. For this reasons,
Allow argument exists even it is not used by wodFtpDLX.
|