Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ZoomFactorChangeEventArgs

    Show / Hide Table of Contents

    Class ZoomFactorChangeEventArgs

    This event arguments provides the necessary information about zoomFactorChange event.

    Inheritance
    System.Object
    ZoomFactorChangeEventArgs
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class ZoomFactorChangeEventArgs : Object

    Constructors

    ZoomFactorChangeEventArgs()

    Declaration
    public ZoomFactorChangeEventArgs()

    Methods

    Equals(ZoomFactorChangeEventArgs)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(ZoomFactorChangeEventArgs zoomFactorChangeEventArgs)
    Parameters
    Type Name Description
    ZoomFactorChangeEventArgs zoomFactorChangeEventArgs

    An ZoomFactorChangeEventArgs to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved