menu

Document Processing

ScrollChangedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ScrollChangedEventArgs Class

    Represents the arguments associated with a scroll changed event.

    Inheritance
    System.Object
    ScrollChangedEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class ScrollChangedEventArgs : EventArgs

    Properties

    MaximumVerticalScroll

    Represents the maximum vertical scroll value

    Declaration
    public int MaximumVerticalScroll { get; }
    Property Value
    Type
    System.Int32

    NewVerticalScroll

    Represents the new vertical scroll value

    Declaration
    public int NewVerticalScroll { get; }
    Property Value
    Type
    System.Int32

    OldVerticalScroll

    Represents the old vertical scroll value

    Declaration
    public int OldVerticalScroll { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved