Technical Reference > Graphics Builder Automation Interface > Page Functions > PageUpdated

PageUpdated

The event fired when a Graphics Builder page is updated.

Syntax

PageUpdated(sProject, sPage)

sProject - the name of the project
sPage - the name of the page

Return Value

N/A

Note: For details on handling return and error values, see Error Handling.

Related Functions

PageSelectNext

Example

Sub PageUpdated(ByVal bstrProject As String, ByVal bstrPage As String, ByVal bLastPage As Boolean)

' Add your code here

End sub