menu

WPF

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

    Show / Hide Table of Contents

    Class LinesInsertedEventArgs

    Holds InsertAt and Count integer properties.

    Inheritance
    System.Object
    System.EventArgs
    LinesInsertedEventArgs
    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.Grid.ScrollAxis
    Assembly: Syncfusion.SfGridCommon.WPF.dll
    Syntax
    public sealed class LinesInsertedEventArgs : EventArgs

    Constructors

    LinesInsertedEventArgs(Int32, Int32)

    Initializes a new instance of the LinesInsertedEventArgs class.

    Declaration
    public LinesInsertedEventArgs(int insertAt, int count)
    Parameters
    Type Name Description
    System.Int32 insertAt

    InsertAt.

    System.Int32 count

    Count.

    Properties

    Count

    Gets count.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Count.

    InsertAt

    Gets insertAt.

    Declaration
    public int InsertAt { get; }
    Property Value
    Type Description
    System.Int32

    InsertAt.

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