A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.DocumentChanged Event
Occurs when a DocumentViewer receives a document change notification.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[DXCategory("Property Changed")]
public event EventHandler DocumentChanged
<DXCategory("Property Changed")>
Public Event DocumentChanged As EventHandler
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
Feedback