menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewChangeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewChangeEventArgs

    This event arguments provides the necessary information about viewChange event.

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

    Constructors

    ViewChangeEventArgs()

    Declaration
    public ViewChangeEventArgs()

    Properties

    EndPage

    Specifies the page number that ends in the view port.

    Declaration
    public double EndPage { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

    StartPage

    Specifies the page number that starts in the view port.

    Declaration
    public double StartPage { get; set; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

    Methods

    Equals(ViewChangeEventArgs)

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

    Declaration
    public bool Equals(ViewChangeEventArgs viewChangeEventArgs)
    Parameters
    Type Name Description
    ViewChangeEventArgs viewChangeEventArgs

    An ViewChangeEventArgs 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 - 2025 Syncfusion Inc. All Rights Reserved