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(C1Page).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual void OnPageUpdated(
	C1Page page
)
Visual Basic
Protected Overridable Sub OnPageUpdated ( _
	page As C1Page _
)

Parameters

page
Type: C1.C1Preview..::..C1Page
The C1Page object identifying the updated page.

See Also