OlkBusinessCardControlEvents_Event.DoubleClick Event
Occurs when the control is double-clicked through user action or programmatically.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event DoubleClick As OlkBusinessCardControlEvents_DoubleClickEventHandler
'Usage
Dim instance As OlkBusinessCardControlEvents_Event
Dim handler As OlkBusinessCardControlEvents_DoubleClickEventHandler
AddHandler instance.DoubleClick, handler
event OlkBusinessCardControlEvents_DoubleClickEventHandler DoubleClick
See Also
Reference
OlkBusinessCardControlEvents_Event Interface