alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TextChange

    Defines the constants that specifies the type of the action that was performed on text in EditControl.

    Inheritance
    System.Object
    TextChange
    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class TextChange : Enum

    Fields

    Changed

    Specifies that text was changed in EditControl.

    Declaration
    public const TextChange Changed
    Field Value
    Type
    TextChange

    Deleted

    Specifies that text was deleted in EditControl.

    Declaration
    public const TextChange Deleted
    Field Value
    Type
    TextChange

    Inserted

    Specifies that text was inserted in EditControl.

    Declaration
    public const TextChange Inserted
    Field Value
    Type
    TextChange

    Redo

    Specifies that redo operation was performed in EditControl.

    Declaration
    public const TextChange Redo
    Field Value
    Type
    TextChange

    Undo

    Specifies that undo operation was performed in EditControl.

    Declaration
    public const TextChange Undo
    Field Value
    Type
    TextChange
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved