[]
Provides data for the ZoomChanged event.
public sealed class ZoomChangedEventArgs : EventArgs
Name | Description |
---|---|
ZoomChangedEventArgs() | Initializes a new instance of the ZoomChangedEventArgs class with a default zoom value of 1.0. |
ZoomChangedEventArgs(double) | Initializes an instance of the ZoomChangedEventArgs class and sets the Zoom property value. |
Name | Description |
---|---|
Zoom | Gets the new zoom value of the viewer. |