C1.C1Preview Namespace : C1PrintDocument Class |
For a list of all members of this type, see C1PrintDocument members.
Name | Description | |
---|---|---|
![]() | BeforePagesClear | Occurs when the Pages collection is about to be cleared. |
![]() | BusyStateChanged | Occurs when the BusyState property value has changed. |
![]() | DefaultUnitChanged | Occurs when the DefaultUnit property value has changed. |
![]() | DocumentEnded | Occurs when the document generation completes. |
![]() | DocumentStarting | Occurs when the document generation is starting. |
![]() | FormsStyleChanged | Occurs when the FormsStyle property value changes. |
![]() | GenerateDocument | Occurs when the document needs to be generated. Allows user to build the document content in an event handler. |
![]() | InputValueChanged | Occurs when the value of a RenderInputBase object within the document has been changed. |
![]() | LongOperation | Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user. |
![]() | PageAdded | Occurs during document generation when a page has been generated and added to the Pages collection, and the next page is about to be generated. |
![]() | PageChanged | Occurs when an already generated page of the document has been changed, for example when the PageCount variable on the page needs to be updated. |
![]() | PageConfigure | Occurs when a new empty page has been created and added to the document's Pages collection, but has not been resolved yet. Use this method only to change the layout of the page. |
![]() | PageDeleted | Occurs when the page has been removed from the document's Pages collection. This event cannot fire during document generation. |
![]() | PagesClear | Occurs when the Pages collection has been cleared. |
![]() | PageUpdated | Occurs when a page of the document has been updated. Fires very often during document generation when fragments of objects are added to, or removed from the page. |
![]() | ResolvedUnitChanged | Occurs when the ResolvedUnit property value has changed. |