Name | Description | |
---|---|---|
BusyStateChanged | Occurs when the BusyState property value changes. | |
DirtyChanged | Occurs when the Dirty property value changes. | |
ExportCompleted | Occurs when the ExportAsync method has completed. | |
GenerateCompleted | Occurs when the GenerateAsync method has completed. | |
LongOperation | Occurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. | |
PageCountChanged | Occurs when the PageCount property value changes. | |
PrintTaskCompleted | Occurs when the print task started with ShowPrintUIAsync method is finished. | |
SecurityError | Occurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials. | |
ValidateParametersCompleted | Occurs when the ValidateParametersAsync method has completed. |