Skip to main content

DocumentViewerBase.DocumentChanged Event

Occurs when a DocumentViewer receives a document change notification.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, 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