NewExplorer Event

NewExplorer Event

See Also         Example         Applies To        

Occurs whenever a new explorer window is opened, either as a result of user action or through program code. This event is not available in VBScript.

Syntax

Sub object_NewExplorer(Explorer as Explorer)

object   An expression that evaluates to an Explorers collection object.

Explorer   Required. The explorer that was opened.

Remarks

The event occurs after the new Explorer object is created but before the explorer window appears.