_ViewsEvents_Event.ViewAdd Event
Occurs when a view is added to the collection. Microsoft Outlook creates the new view and passes it to this event.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event ViewAdd As _ViewsEvents_ViewAddEventHandler
'Usage
Dim instance As _ViewsEvents_Event
Dim handler As _ViewsEvents_ViewAddEventHandler
AddHandler instance.ViewAdd, handler
event _ViewsEvents_ViewAddEventHandler ViewAdd
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook._ViewsEvents_ViewAddEventHandler