ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ZoomChangedEventArgs Class / ZoomChangedEventArgs Constructor / ZoomChangedEventArgs Constructor(Double)
Specifies the new zoom value.

In This Topic
    ZoomChangedEventArgs Constructor(Double)
    In This Topic
    Initializes an instance of the ZoomChangedEventArgs class and sets the Zoom property value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal zoom As Double _
    )
    public ZoomChangedEventArgs( 
       double zoom
    )

    Parameters

    zoom
    Specifies the new zoom value.
    See Also