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 |