| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal zoom As Single _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ZoomChangedEventArgs( float zoom ) | |
Parameters
- zoom
- Specifies the new zoom value.
| ActiveReports.Viewer3 | Request technical support |
| ZoomChangedEventArgs Constructor(Single) | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal zoom As Single _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ZoomChangedEventArgs( float zoom ) | |