menu

WPF

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

    Show / Hide Table of Contents

    Class AutoScrollerValueChangedEventArgs

    Provides data about AutoScroller update

    Inheritance
    System.Object
    System.EventArgs
    AutoScrollerValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Scroll
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public sealed class AutoScrollerValueChangedEventArgs : EventArgs

    Constructors

    AutoScrollerValueChangedEventArgs(Boolean, Boolean, Boolean, Boolean)

    Declaration
    public AutoScrollerValueChangedEventArgs(bool isLineUp, bool isLineDown, bool isLineLeft, bool isLineRight)
    Parameters
    Type Name Description
    System.Boolean isLineUp
    System.Boolean isLineDown
    System.Boolean isLineLeft
    System.Boolean isLineRight

    Properties

    IsLineDown

    Indicates Scrolling down

    Declaration
    public bool IsLineDown { get; }
    Property Value
    Type
    System.Boolean

    IsLineLeft

    Indicates Scrolling Left

    Declaration
    public bool IsLineLeft { get; }
    Property Value
    Type
    System.Boolean

    IsLineRight

    Indicates Scrolling Right

    Declaration
    public bool IsLineRight { get; }
    Property Value
    Type
    System.Boolean

    IsLineUp

    Indicates Scrolling Up

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