Search Results for

    Show / Hide Table of Contents

    Class DocumentContentChangedEventArgs

    Information about a change in document content

    Inheritance
    System.Object
    System.EventArgs
    DocumentContentChangedEventArgs
    FrameworkDocumentContentChangedEventArgs
    Inherited Members
    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 DocumentContentChangedEventArgs : EventArgs

    Constructors

    DocumentContentChangedEventArgs()

    default constructor

    Declaration
    public DocumentContentChangedEventArgs()

    Properties

    AffectedRange

    The areas in the document that have been changed.

    Note that the ranges may be overlapping, and that some of them may be invalid (e.g. if they refer to content that has been deleted).

    Declaration
    public ContentRange AffectedRange { get; set; }
    Property Value
    Type Description
    ContentRange

    Document

    The document the change is in.

    Declaration
    public IDocument Document { get; set; }
    Property Value
    Type Description
    IDocument

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • DocumentContentChangedEventArgs()
    • Properties
      • AffectedRange
      • Document
    • Extension Methods
    Back to top Generated by DocFX