The C1PrintDocument type exposes the following members.
Events
Name | Description | |
---|---|---|
BeforePagesClear |
Occurs before the Pages collection is 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 started.
|
|
FormsStyleChanged |
Occurs when the FormsStyle property value changes.
|
|
GenerateDocument |
Allows user to build document content in event handler.
|
|
InputValueChanged |
Occurs when the value of RenderInputBase object within document is changed.
|
|
LongOperation |
Occurs periodically during document generation.
Allows to provide progress indication and the ability to cancel generation to the user.
|
|
PageAdded |
Occurs only during generating of the document,
when generating of page of document is finished, page is added to the Pages collection
and switch to other page is occured.
|
|
PageChanged |
Occurs only during generating of the document, when page
of document which was added to document is changed, for example when
page numbering is changed or PageCount property is updated for page.
|
|
PageConfigure |
Occurs when a new empty page is created and added to the document,
the page is added to the Pages collection but *not resolved*,
use this method only for changing layout of page.
|
|
PageDeleted |
Occurs when the page is removed from the document (from the Pages collection).
This event cannot occur during document generation.
|
|
PagesClear |
Occurs when the Pages collection is cleared.
|
|
PageUpdated |
Occurs when page of document is changed.
This event occurs very often while document is generating,
it is called each time when a fragment of object is
added to page or removed from page.
|
|
ResolvedUnitChanged |
Occurs when the ResolvedUnit property value has changed.
|