Occurs when a new document has been loaded. The event handler receives an argument of type EventArgs containing data related to this event.

Introduced: X14.

Syntax

public event EventHandler DocumentLoaded;
Public Event DocumentLoaded As EventHandler