InspectorsEvents_Event.NewInspector Event (Microsoft.Office.Interop.Outlook)
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
Visual Basic (Usage)
Dim instance As InspectorsEvents_Event
Dim handler As InspectorsEvents_NewInspectorEventHandler

AddHandler instance.NewInspector, handler
C#
event InspectorsEvents_NewInspectorEventHandler NewInspector
Remarks

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

See Also

Tags :


Page view tracker