Back to product page

DblClick event


Fires when user double clicks on some item.

Syntax

  • Basic
Private Sub object_DblClick(Item)
The DblClick(object,Item) syntax has these parts:
objectA wodFtpDLX object.
ItemA DirItem object. Reference to the item that user double clicked on.

Remarks

Available only in ActiveX (GUI) version!

This event is fired when user double-click on some item. After this event is fired, there will be new one fired immediately after it, and corresponds to user action. In general, you don't need to implement any code for this event, it's just form of notification.

Platforms

Windows