Class WrapperUndoItem
Defines a structure that provides information about the single undo item.
Inheritance
System.Object
WrapperUndoItem
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.IO
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class WrapperUndoItem : ValueType
Fields
AdditionalData
Holds the additional data.
Declaration
public object AdditionalData
Field Value
| Type |
|---|
| System.Object |
BytesOffset
Holds the offset values, in bytes.
Declaration
public long BytesOffset
Field Value
| Type |
|---|
| System.Int64 |
ChangeContext
Change context, that was applied to the stream.
Declaration
public ChangeContext ChangeContext
Field Value
| Type |
|---|
| ChangeContext |
Properties
Empty
Gets the empty WrapperUndoItem.
Declaration
public static WrapperUndoItem Empty { get; }
Property Value
| Type |
|---|
| WrapperUndoItem |