Occurs whenever a new inspector window is opened, either as a result of user action or through program code. This event is not available in VBScript.
Syntax
Sub object_NewInspector(Inspector as Inspector)
object An expression that evaluates to an Inspectors collection object.
Inspector Required. The inspector that was opened.
Remarks
The event occurs after the new Inspector object is created but before the inspector window appears.