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.UI.Xaml.ScrollAxis
Assembly: Syncfusion.SfGrid.WPF.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 |
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. |