ActiveReports Developer 7
ZoomChangedEventArgs Constructor(Double)
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > ZoomChangedEventArgs Class > ZoomChangedEventArgs Constructor : ZoomChangedEventArgs Constructor(Double)

zoom
Specifies the new zoom value.

Glossary Item Box

Initializes an instance of the ZoomChangedEventArgs class and sets the Zoom property value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal zoom As System.Double _
)
C# 
public ZoomChangedEventArgs( 
   System.double zoom
)

Parameters

zoom
Specifies the new zoom value.

See Also