Description
-
Fires when user double clicks on some item.
Syntax
-
Private Sub
object_DblClick(Item)
The DblClick Event syntax has these parts:
| object |
A wodFtpDLX
object. |
| Item |
A 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.
|