[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel.ZoomChanged

ZoomChanged Event

Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes.

Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
[Browsable(true)]
public event ZoomChangedEventHandler ZoomChanged
Returns
Type Description
ZoomChangedEventHandler Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes.
Remarks

This event provides a way to respond to changes in the zoom level of thumbnails within the Thumbnails Panel. It can be used to trigger additional actions in the application, such as updating other UI elements to reflect the new zoom level or logging the change for analytics purposes. Listening to this event helps ensure that the application can dynamically adapt to user preferences and interactions.