Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.08 KB

Project.Application.LoadWebPage.md

File metadata and controls

42 lines (24 loc) · 1.08 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.LoadWebPage event (Project)
project-server
Project.Application.LoadWebPage
393115c4-6245-3a1a-3c98-a5ddc1416aa0
06/08/2017
medium

Application.LoadWebPage event (Project)

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

Syntax

expression. LoadWebPage( _Window_, _TargetPage_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Window Required Window The window from where the LoadWebBrowserControl method was called.
TargetPage Required String The same TargetPage parameter that was used to call the LoadWebBrowserControl method.

Return value

Nothing

Remarks

Project events don't occur when the project is embedded in another document or application.

[!includeSupport and feedback]