[]
Represents the event data for the UserZooming event for the Spread component, which occurs when the user zooms.
public class ZoomEventArgs : EventArgs
Public Class ZoomEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| ZoomEventArgs(float, float) | Creates a new object with the Zoom event arguments. |
| Name | Description |
|---|---|
| NewZoomFactor | Gets or sets the new zoom factor of the spread. |
| OldZoomFactor | Gets the old zoom factor of the spread. |