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(bool)

    default constructor

    Declaration
    public UndoBufferContentChangedEventArgs(bool isDocumentContentChanged)
    Parameters
    Type Name Description
    bool 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
    bool
    Remarks

    Flushing the undo buffer does not affect the document content.

    Extension Methods

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