OlkListBoxEvents_Event.Click Event
Occurs when the user clicks inside the control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Click As OlkListBoxEvents_ClickEventHandler
'Usage
Dim instance As OlkListBoxEvents_Event
Dim handler As OlkListBoxEvents_ClickEventHandler
AddHandler instance.Click, handler
event OlkListBoxEvents_ClickEventHandler Click
See Also
Reference
OlkListBoxEvents_Event Interface