Description
-
Fires when user double clicks on some contact.
Syntax
-
Private Sub
object_DblClick(Contact)
The DblClick Event syntax has these parts:
| object |
A wodXMPP object. |
| Contact |
A XMPPContact object.
Provides reference to XMPPContacts object. |
Remarks
-
Available only in ActiveX (GUI) version!
This event is fired when user double-click on one of the
contacts. 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.
|