WinForms

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

    Show / Hide Table of Contents

    Class ScrollChangedEventArgs

    Represents the arguments associated with a scroll changed event.

    Inheritance
    System.Object
    System.EventArgs
    ScrollChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Int32

    NewVerticalScroll

    Represents the new vertical scroll value

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

    OldVerticalScroll

    Represents the old vertical scroll value

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