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. |