Search Results for

    Show / Hide Table of Contents

    Class UndoBufferContentChangedEventArgs

    Information about a change in the undo buffer.

    Inheritance
    Object
    EventArgs
    UndoBufferContentChangedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public class UndoBufferContentChangedEventArgs : EventArgs

    Constructors

    UndoBufferContentChangedEventArgs(Boolean)

    default constructor

    Declaration
    public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged)
    Parameters
    Type Name Description
    Boolean isDocumentContentChanged

    Properties

    IsDocumentContentChanged

    Indicates whether the change in the undo buffer was related to a change that affected document content.

    Declaration
    public bool IsDocumentContentChanged { get; set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Flushing the undo buffer does not affect the document content.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    • Constructors
      • UndoBufferContentChangedEventArgs(Boolean)
    • Properties
      • IsDocumentContentChanged
    • Extension Methods
    Back to top Generated by DocFX