Class DocumentPropertiesChangedEventArgs
Information passed in the UpdateDocumentProperties(IDocumentProperties) event.
Inheritance
System.Object
    System.EventArgs
    DocumentPropertiesChangedEventArgs
  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 DocumentPropertiesChangedEventArgs : EventArgsConstructors
DocumentPropertiesChangedEventArgs(IDocumentProperties, IDocumentProperties)
Construct with the new and old properties.
Declaration
public DocumentPropertiesChangedEventArgs(IDocumentProperties newProperties, IDocumentProperties oldProperties)Parameters
| Type | Name | Description | 
|---|---|---|
| IDocumentProperties | newProperties | |
| IDocumentProperties | oldProperties | 
Properties
NewProperties
The updated document properties.
Declaration
public IDocumentProperties NewProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| IDocumentProperties | 
OldProperties
The document properties before they were updated.
Declaration
public IDocumentProperties OldProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| IDocumentProperties |