Back to product page

DblClick event


Fires when user double clicks on some contact.

Syntax

  • Basic
Private Sub object_DblClick (ByRef Contact)
The DblClick(Contact) syntax has these parts:
ContactXMPPContact 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.

Platforms

Windows