Enum ChangeType
Defines the constants that specifies the type of change in stream.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum ChangeType
Fields
| Name | Description |
|---|---|
| Delete | Specifies whether the text was deleted. |
| Insert | Specifies whether the text was inserted. |
| Replace | Specifies whether the text was replaced. |