[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.OnPageChanged

OnPageChanged Method

OnPageChanged(C1Page)

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.

See also OnPageUpdated(C1Page).

Declaration
protected virtual void OnPageChanged(C1Page page)
Parameters
Type Name Description
C1Page page

The C1Page object identifying the changed page.