Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.06 KB

Project.Application.LoadWebPane.md

File metadata and controls

42 lines (24 loc) · 1.06 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.LoadWebPane event (Project)
project-server
Project.Application.LoadWebPane
b9fefabb-3d0b-9aa7-6d3b-b8fd8000571d
06/08/2017
medium

Application.LoadWebPane event (Project)

Occurs when Project loads a Web pane for Task Drivers, Deliverables, or the Project/Resource Import Wizard.

Syntax

expression. LoadWebPane( _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]