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 As Double _
)
public ZoomChangedEventArgs(
double
)
Parameters
- zoom
- Specifies the new zoom value.
See Also