LoadWebPage Event

Occurs after the LoadWebBrowserControl method is called. The method loads the Web browser control inside Project, and then the event is fired.

Syntax

Private Sub object_LoadWebPage(ByVal Window As MSProject.Window, ByVal TargetPage As String)

object     An object of type Application declared with events in a class module. For more information, see Using events with the Application object.

Window     The window from where the LoadWebBrowserControl method was called.

TargetPage     The same TargetPage parameter that was used to call the LoadWebBrowserControl method.

Remarks

Project events do not occur when the project is embedded in another document or application.

Applies to | Application Object

See Also | LoadWebBrowserControl Method