Skip to main content

IDocument.DocumentChanged Event

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

Namespace: DevExpress.DocumentView

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

NuGet Package: DevExpress.Printing.Core

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.

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

See Also