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

DocumentViewerBase.DocumentChanged Event

Occurs when a DocumentViewer receives a document change notification.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

[DXCategory("Property Changed")]
public event EventHandler DocumentChanged

Event Data

The DocumentChanged event's data class is EventArgs.

Remarks

A Document Viewer receives a document change notification either after the PrintingSystemBase.AfterMarginsChange event occurs, or after document creation is completed.

See Also