Application.LoadWebPage Event
Project Developer Reference |
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 do not occur when the project is embedded in another document or application.
See Also