Called during document generation after a C1Page
that has already been added to the document has changed
(e.g. if page numbering is changed, or the PageCount tag used on the page is updated),
raises the PageChanged event.
Namespace:
C1.C1PreviewSee also OnPageUpdated(C1Page).
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected virtual void OnPageChanged( C1Page page ) |
Visual Basic |
---|
Protected Overridable Sub OnPageChanged ( _ page As C1Page _ ) |
Parameters
- page
- Type: C1.C1Preview..::..C1Page
The C1Page object identifying the changed page.