WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct WrapperUndoItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct WrapperUndoItem

    Defines a structure that provides information about the single undo item.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Forms.Edit.Implementation.IO
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public struct WrapperUndoItem

    Fields

    AdditionalData

    Holds the additional data.

    Declaration
    public object AdditionalData
    Field Value
    Type Description
    System.Object

    BytesOffset

    Holds the offset values, in bytes.

    Declaration
    public long BytesOffset
    Field Value
    Type Description
    System.Int64

    ChangeContext

    Change context, that was applied to the stream.

    Declaration
    public ChangeContext ChangeContext
    Field Value
    Type Description
    ChangeContext

    Properties

    Empty

    Gets the empty WrapperUndoItem.

    Declaration
    public static WrapperUndoItem Empty { get; }
    Property Value
    Type Description
    WrapperUndoItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved