Class ChangeType
Defines the constants that specifies the type of change in stream.
Inheritance
System.Object
ChangeType
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class ChangeType : Enum
Fields
Delete
Specifies whether the text was deleted.
Declaration
public const ChangeType Delete
Field Value
| Type |
|---|
| ChangeType |
Insert
Specifies whether the text was inserted.
Declaration
public const ChangeType Insert
Field Value
| Type |
|---|
| ChangeType |
Replace
Specifies whether the text was replaced.
Declaration
public const ChangeType Replace
Field Value
| Type |
|---|
| ChangeType |