Class ParagraphUnitPropertiesChangedEventArgs
Information passed in the Paragraph
Inherited Members
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 |
---|---|---|
IParagraph |
newProperties | |
IParagraph |
oldProperties |
Properties
OldProperties
The paragraph unit properties before they were updated.
Declaration
public IParagraphUnitProperties OldProperties { get; set; }
Property Value
Type | Description |
---|---|
IParagraph |
Properties
The updated paragraph unit properties.
Declaration
public IParagraphUnitProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
IParagraph |