Class LinesRemovedEventArgs
Inheritance
System.Object
LinesRemovedEventArgs
Namespace: Syncfusion.UI.Xaml.Grids.ScrollAxis
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public sealed class LinesRemovedEventArgs : EventArgs
Constructors
LinesRemovedEventArgs(Int32, Int32)
Initializes a new instance of the LinesRemovedEventArgs class.
Declaration
public LinesRemovedEventArgs(int removeAt, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | removeAt | RemoveAt. |
System.Int32 | count | Count. |
Properties
Count
Gets count.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Count. |
RemoveAt
Gets removeAt.
Declaration
public int RemoveAt { get; }
Property Value
Type | Description |
---|---|
System.Int32 | RemoveAt. |