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