TcxImageZoomingOptions.OnChanged Event
Allows you to track all zoom setting changes.
Declaration
property OnChanged: TNotifyEvent read; write;
Remarks
The OnChanged
event occurs every time a MinZoom, MaxZoom, ShowZoomTrackBar, or ZoomPercent property value changes.
See Also