OlkLabelEvents_Event.DoubleClick Event
Occurs when the user double-clicks inside the control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event DoubleClick As OlkLabelEvents_DoubleClickEventHandler
'Usage
Dim instance As OlkLabelEvents_Event
Dim handler As OlkLabelEvents_DoubleClickEventHandler
AddHandler instance.DoubleClick, handler
event OlkLabelEvents_DoubleClickEventHandler DoubleClick