Occurs whenever a new inspector window is opened, either as a result of user action or through program code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in microsoft.office.interop.outlook.dll)

Syntax
Visual Basic (Declaration) |
Event NewInspector As InspectorsEvents_NewInspectorEventHandler
|
|
Dim instance As InspectorsEvents_Event
Dim handler As InspectorsEvents_NewInspectorEventHandler
AddHandler instance.NewInspector, handler
|
|
event InspectorsEvents_NewInspectorEventHandler NewInspector
|

Remarks
The event occurs after the new Inspector object is created but before the inspector window appears.

See Also