Skip to main content
A newer version of this page is available. .

IDocument.DocumentChanged Event

For internal use. Occurs when a Document Viewer receives a document change notification.

Namespace: DevExpress.DocumentView

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

event EventHandler DocumentChanged

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, or after the PrintingSystemBase.AfterMarginsChange event occurs.

For more information on handling events, see Consuming Events in MSDN.

See Also