Class AutoScrollerValueChangedEventArgs
Provides data about AutoScroller update
Inheritance
System.Object
AutoScrollerValueChangedEventArgs
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 |