ActiveReports Developer 7
ZoomChanged Event
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : ZoomChanged Event

Glossary Item Box

Occurs when the zoom has changed in the viewer.

Syntax

Visual Basic (Declaration) 
Public Event ZoomChanged As ZoomChangedEventHandler
C# 
public event ZoomChangedEventHandler ZoomChanged

Event Data

The event handler receives an argument of type ZoomChangedEventArgs containing data related to this event. The following ZoomChangedEventArgs properties provide information specific to this event.

PropertyDescription
Zoom Returns the viewer's new Zoom value.

See Also