menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinesRemovedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinesRemovedEventArgs

    Holds RemoveAt and Count integer properties.

    Inheritance
    System.Object
    System.EventArgs
    LinesRemovedEventArgs
    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 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved