IDocument.DocumentChanged Event
For internal use. Occurs when a Document Viewer receives a document change notification.
Namespace: DevExpress.DocumentView
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Event Data
The DocumentChanged event's data class is EventArgs.
Remarks
A Document Viewer receives a document change notification after the document creation is completed.
For more information on handling events, see Consuming Events in MSDN.
See Also