Search Results for

    Show / Hide Table of Contents

    Class ParagraphUnitPropertiesChangedEventArgs

    Information passed in the ParagraphUnitPropertiesChanged event.

    Inheritance
    object
    EventArgs
    ParagraphUnitPropertiesChangedEventArgs
    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 ParagraphUnitPropertiesChangedEventArgs : EventArgs

    Constructors

    ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties, IParagraphUnitProperties)

    Construct with the updated and original paragraph unit properties.

    Declaration
    public ParagraphUnitPropertiesChangedEventArgs(IParagraphUnitProperties newProperties, IParagraphUnitProperties oldProperties)
    Parameters
    Type Name Description
    IParagraphUnitProperties newProperties
    IParagraphUnitProperties oldProperties

    Properties

    OldProperties

    The paragraph unit properties before they were updated.

    Declaration
    public IParagraphUnitProperties OldProperties { get; set; }
    Property Value
    Type Description
    IParagraphUnitProperties

    Properties

    The updated paragraph unit properties.

    Declaration
    public IParagraphUnitProperties Properties { get; set; }
    Property Value
    Type Description
    IParagraphUnitProperties

    Extension Methods

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