WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TextChange - WindowsForms API Reference | Syncfusion EditControl. ">

    Show / Hide Table of Contents

    Enum TextChange

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

    Namespace: Syncfusion.Windows.Forms.Edit.Enums
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public enum TextChange

    Fields

    Name Description
    Changed

    Specifies that text was changed in EditControl.

    Deleted

    Specifies that text was deleted in EditControl.

    Inserted

    Specifies that text was inserted in EditControl.

    Redo

    Specifies that redo operation was performed in EditControl.

    Undo

    Specifies that undo operation was performed in EditControl.

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