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
Example
Sub PageUpdated(ByVal bstrProject As String, ByVal bstrPage As String, ByVal bLastPage As Boolean)
' Add your code here
End sub
Published June 2018