Class AutoScrollerValueChangedEventArgs
Provides data for the AutoScrollerValueChangedEventHandler event.
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.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public sealed class AutoScrollerValueChangedEventArgs : GridEventArgs
Constructors
AutoScrollerValueChangedEventArgs(Boolean, Boolean, Boolean, Boolean, RowColumnIndex)
Initializes a new instance for AutoScrollerValueChangedEventArgs class with the specified scrolling row column index and scrolling directions
Declaration
public AutoScrollerValueChangedEventArgs(bool isLineUp, bool isLineDown, bool isLineLeft, bool isLineRight, RowColumnIndex rowcol)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isLineUp | true when scrolling direction is Up |
System.Boolean | isLineDown | true when scrolling direction is down |
System.Boolean | isLineLeft | true when scrolling direction is left |
System.Boolean | isLineRight | true when scrolling direction is right |
RowColumnIndex | rowcol | scrolling row column index |
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 |
RowColumnIndex
Gets or Sets the Scroll row column index.
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |