Back to product page

ActionRename event


Fires when user selects rename from the context menu.

Syntax

  • Basic
Private Sub object_ActionRename(Item, Allow)
The ActionRename(object,Item,Allow) syntax has these parts:
objectA wodFtpDLX object.
ItemA DirItem object. Reference to item that will be renamed.
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 'Rename' from context menus. Rename will be automatic, allowing user to select new name as 'inline edit' on the item. If you don't want to allow users to rename files, just set Allow to False.

Platforms

Windows