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

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

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