[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ZoomEventArgs

ZoomEventArgs Class

Represents the event data for the UserZooming event for the Spread component, which occurs when the user zooms.

Inheritance
ZoomEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ZoomEventArgs : EventArgs
Public Class ZoomEventArgs
    Inherits EventArgs

Constructors

Name Description
ZoomEventArgs(float, float)

Creates a new object with the Zoom event arguments.

Properties

Name Description
NewZoomFactor

Gets or sets the new zoom factor of the spread.

OldZoomFactor

Gets the old zoom factor of the spread.