Class ParagraphUnitPropertiesChangedEventArgs
Information passed in the ParagraphUnitPropertiesChanged event.
Inheritance
System.Object
System.EventArgs
ParagraphUnitPropertiesChangedEventArgs
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 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 |