Search Results for

    Show / Hide Table of Contents

    Class FrameworkDocumentContentChangedEventArgs

    Information passed to the ContentChanged event, including information about the exact edit operations affecting the document.

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

    Constructors

    FrameworkDocumentContentChangedEventArgs()

    default constructor

    Declaration
    public FrameworkDocumentContentChangedEventArgs()

    Properties

    Operations

    The actual edit operations perfomed on the document.

    Declaration
    public List<IAbstractEditOperation> Operations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IAbstractEditOperation>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • FrameworkDocumentContentChangedEventArgs()
    • Properties
      • Operations
    • Extension Methods
    Back to top Generated by DocFX