OlkOptionButtonEvents_Event.Change Event
Occurs when the Value property changes.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Change As OlkOptionButtonEvents_ChangeEventHandler
'Usage
Dim instance As OlkOptionButtonEvents_Event
Dim handler As OlkOptionButtonEvents_ChangeEventHandler
AddHandler instance.Change, handler
event OlkOptionButtonEvents_ChangeEventHandler Change
See Also
Reference
OlkOptionButtonEvents_Event Interface