Back to product page

ActionProperties event


Fires when user wants to view properties for the item.

Syntax

  • Basic
Private Sub object_ActionProperties(Item, Allow)
The ActionProperties(object,Item,Allow) syntax has these parts:
objectA wodFtpDLX object.
ItemA DirItem object. Reference to item whose properties should be shown.
AllowA 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.

Platforms

Windows