Visio.PageRenderCompleteEventArgs interface
Provides information about the page that raised the PageRenderComplete event.
Remarks
[ API set: 1.1 ]
Properties
page |
Gets the name of the page that raised the PageLoad event. |
success | Gets the success/failure of the PageRender event. |
Property Details
pageName
Gets the name of the page that raised the PageLoad event.
pageName: string;
Property Value
string
Remarks
[ API set: 1.1 ]
success
Gets the success/failure of the PageRender event.
success: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins