Interface IChange
Provides the functionality for change in the stream.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IChange
Properties
Data
Gets the data for change (for replace and insert).
Declaration
byte[] Data { get; }
Property Value
Type |
---|
System.Byte[] |
Position
Gets the current position in stream.
Declaration
long Position { get; }
Property Value
Type |
---|
System.Int64 |
Size
Gets the size of data to be affected (for delete and replace).
Declaration
long Size { get; }
Property Value
Type |
---|
System.Int64 |
Type
Gets the type of change in stream.
Declaration
ChangeType Type { get; }
Property Value
Type |
---|
ChangeType |