C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / OnPageUpdated Method
The C1Page object identifying the updated page.

In This Topic
OnPageUpdated Method
In This Topic
Called during document generation after a C1Page has updated, raises the PageUpdated event.

This method is called each time a RenderObject's fragment (RenderFragment) is added to or removed from the page (i.e. this method is called very often while the document generates).

See also OnPageChanged.

Syntax
'Declaration
 
Protected Overridable Sub OnPageUpdated( _
   ByVal page As C1Page _
) 
 

Parameters

page
The C1Page object identifying the updated page.
See Also