OlkOptionButtonEvents_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 OlkOptionButtonEvents_ClickEventHandler
'Usage
Dim instance As OlkOptionButtonEvents_Event
Dim handler As OlkOptionButtonEvents_ClickEventHandler
AddHandler instance.Click, handler
event OlkOptionButtonEvents_ClickEventHandler Click
See Also
Reference
OlkOptionButtonEvents_Event Interface