PrintDocument for WinForms
C1PrintDocument クラス イベント


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : C1PrintDocument クラス

このクラスのメンバの一覧は、C1PrintDocumentメンバを参照してください。

パブリック イベント
 名前解説
Public イベントOccurs when the Pages collection is about to be cleared.  
Public イベントOccurs when the C1PrintDocument.BusyState property value has changed.  
Public イベントOccurs when the C1PrintDocument.DefaultUnit property value has changed.  
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the document generation completes.  
Public イベントOccurs when the document generation is starting.  
Public イベントOccurs when the FormsStyle property value changes.  
Public イベントOccurs when the document needs to be generated. Allows user to build the document content in an event handler.  
Public イベントOccurs when the value of a RenderInputBase object within the document has been changed.  
Public イベントOccurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.  
Public イベント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.  
Public イベント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.  
Public イベント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.  
Public イベントOccurs when the page has been removed from the document's Pages collection. This event cannot fire during document generation.  
Public イベントOccurs when the Pages collection has been cleared.  
Public イベント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.  
Public イベントOccurs when the C1PrintDocument.ResolvedUnit property value has changed.  
トップ
参照

C1PrintDocument クラス
C1.C1Preview 名前空間