Class HiddenRangeChangedEventArgs
Inheritance
System.Object
System.EventArgs
HiddenRangeChangedEventArgs
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.ScrollAxis
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public sealed class HiddenRangeChangedEventArgs : EventArgs
Constructors
HiddenRangeChangedEventArgs(Int32, Int32, Boolean)
Initializes a new instance of the RangeChangedEventArgs class.
Declaration
public HiddenRangeChangedEventArgs(int from, int to, bool hide)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | from | From. |
System.Int32 | to | To. |
System.Boolean | hide | true or false |
Properties
From
Gets from.
Declaration
public int From { get; }
Property Value
Type | Description |
---|---|
System.Int32 | From. |
Hide
Declaration
public bool Hide { get; }
Property Value
Type |
---|
System.Boolean |
To
Gets to.
Declaration
public int To { get; }
Property Value
Type | Description |
---|---|
System.Int32 | To. |