TdxRichEditControlBase.OnZoomChanged Event
Occurs when the document’s zoom factor is changed.
Declaration
property OnZoomChanged: TNotifyEvent read; write;
Remarks
The ZoomIn, ZoomOut, and ZoomPercent commands change the zoom factor’s value, thereby raising the OnZoomChanged event.
See Also