PrintDocument for WinForms
C1MultiDocument クラス イベント


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

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

パブリック イベント
 名前解説
Public イベントOccurs when the C1MultiDocument.BusyState property value has changed.  
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the document generation has ended.  
Public イベントOccurs when the document generation is starting.  
Public イベントOccurs when a C1MultiDocumentItem has been added to the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when a C1MultiDocumentItem is about to be added to the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when the generation of a document associated with a C1MultiDocumentItem has completed. On some systems garbage collection does not always work correctly without explicit calls to GC. Use this event to call GC.Collect() to ensure that multi-document generation does not cause an out of memory exception.  
Public イベントOccurs when the generation of a document or report associated with a C1MultiDocumentItem is about to start.  
Public イベントOccurs when a C1MultiDocumentItem has been loaded, parameters (if any) have been prepared, but the report or document represented by the item has not been generated yet. Allows to adjust the properties of the report or document prior to generation (e.g. the data source of a C1Report may be assigned here).  
Public イベントOccurs when a C1MultiDocumentItem has been removed from the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when a C1MultiDocumentItem is about to be removed from the current multi-document's C1MultiDocument.Items collection.  
Public イベントOccurs when the current multi-document's C1MultiDocument.Items collection has been cleared.  
Public イベントOccurs when the current multi-document's C1MultiDocument.Items collection is about to be cleared.  
Public イベントOccurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation by the user.  
Public イベントOccurs when one or more pages were added to the current multi-document.  
Public イベントOccurs when one or more pages within the current multi-document were changed.  
Public イベントOccurs when all pages within the current multi-document were removed.  
トップ
参照

C1MultiDocument クラス
C1.C1Preview 名前空間