WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinesEventArgs - WindowsForms API Reference | Syncfusion LineInserted and LineDeleted events of the EditControl control. ">

    Show / Hide Table of Contents

    Class LinesEventArgs

    Provides data for the LineInserted and LineDeleted events of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    LinesEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class LinesEventArgs : SyncfusionEventArgs

    Constructors

    LinesEventArgs(String[], Int32, Int32, Int32, TextChange)

    Initializes a new instance of LinesEventArgs class.

    Declaration
    public LinesEventArgs(string[] textOfArray, int iStartLine, int iStartColumn, int iLinesCount, TextChange type)
    Parameters
    Type Name Description
    System.String[] textOfArray

    Event`s text.

    System.Int32 iStartLine

    Virtual line of Insert/Delete start.

    System.Int32 iStartColumn

    Virtual column of Insert/Delete start.

    System.Int32 iLinesCount

    Type of the event ( Insert/Delete ).

    TextChange type

    Type of the event ( Insert/Delete ).

    Properties

    LinesCount

    Gets or sets the virtual number of lines count.

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

    StartColumn

    Gets or sets virtual column of Insert/Delete start.

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

    StartLine

    Gets or sets virtual line of Insert/Delete start.

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

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextOfArray

    Gets or sets the collection of text.

    Declaration
    public string[] TextOfArray { get; set; }
    Property Value
    Type Description
    System.String[]

    Type

    Gets or sets type of the event (Insert/Delete).

    Declaration
    public TextChange Type { get; set; }
    Property Value
    Type Description
    TextChange

    Methods

    ToString()

    Gets string representation of the object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    String representation of the object.

    Overrides
    SyncfusionEventArgs.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved