Class ParagraphUnitPropertiesChangedEventArgs
Information passed in the ParagraphUnitPropertiesChanged event.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
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 |