menu

WinForms

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

    Show / Hide Table of Contents

    Class EditorTextChangedEventArgs

    Editor text changed event args

    Inheritance
    System.Object
    System.EventArgs
    EditorTextChangedEventArgs
    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.Diagram
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    public class EditorTextChangedEventArgs : EventArgs

    Constructors

    EditorTextChangedEventArgs(TextFormatting, Int32, String, String, Boolean)

    Initializes a new instance of the EditorTextChangedEventArgs class.

    Declaration
    public EditorTextChangedEventArgs(TextFormatting fmtType, int nSelectionPosition, string strDeletedText, string strInsertedText, bool bMerge)
    Parameters
    Type Name Description
    TextFormatting fmtType

    Type of the text formatting.

    System.Int32 nSelectionPosition

    The selection position.

    System.String strDeletedText

    The deleted text.

    System.String strInsertedText

    The inserted text.

    System.Boolean bMerge

    if set to true to merger text changing command merge.

    Fields

    m_bMerge

    Declaration
    protected bool m_bMerge
    Field Value
    Type
    System.Boolean

    m_fmtType

    Declaration
    protected TextFormatting m_fmtType
    Field Value
    Type
    TextFormatting

    m_nSelectionStart

    Declaration
    protected int m_nSelectionStart
    Field Value
    Type
    System.Int32

    m_strDeletedText

    Declaration
    protected string m_strDeletedText
    Field Value
    Type
    System.String

    m_strInsertedText

    Declaration
    protected string m_strInsertedText
    Field Value
    Type
    System.String

    Properties

    DeletedText

    Gets the deleted text.

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

    The deleted text.

    InsertedText

    Gets the inserted text.

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

    The inserted text.

    Merge

    Gets a value indicating whether this EditorTextChangedEventArgs is merge.

    Declaration
    public bool Merge { get; }
    Property Value
    Type Description
    System.Boolean

    true if merge; otherwise, false.

    SelectionStart

    Gets the selection start.

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

    The selection start.

    TextFormatting

    Gets the text formatting.

    Declaration
    public TextFormatting TextFormatting { get; }
    Property Value
    Type Description
    TextFormatting

    The text formatting.

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