A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.ZoomChanged Event
Occurs after the document current zoom factor has changed.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[DXCategory("Property Changed")]
public event EventHandler ZoomChanged
<DXCategory("Property Changed")>
Public Event ZoomChanged As EventHandler
Event Data
The ZoomChanged event's data class is EventArgs.
Remarks
The ZoomChanged event occurs after the DocumentViewerBase.Zoom property value has changed.
See Also
Feedback