OlkDateControlEvents_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 OlkDateControlEvents_ClickEventHandler
'Usage
Dim instance As OlkDateControlEvents_Event
Dim handler As OlkDateControlEvents_ClickEventHandler
AddHandler instance.Click, handler
event OlkDateControlEvents_ClickEventHandler Click
See Also
Reference
OlkDateControlEvents_Event Interface