Class FilePropertiesChangedEventArgs
Information passed in the File
Inherited Members
Namespace: Sdl.DesktopEditor .EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class FilePropertiesChangedEventArgs : EventArgs
Constructors
FilePropertiesChangedEventArgs(IFileProperties, IFileProperties)
Construct with the updated and original file properties.
Declaration
public FilePropertiesChangedEventArgs(IFileProperties newProperties, IFileProperties oldProperties)
Parameters
Type | Name | Description |
---|---|---|
IFile |
newProperties | |
IFile |
oldProperties |
Properties
NewProperties
The updated file properties.
Declaration
public IFileProperties NewProperties { get; set; }
Property Value
Type | Description |
---|---|
IFile |
OldProperties
The file properties before they were changed.
Declaration
public IFileProperties OldProperties { get; set; }
Property Value
Type | Description |
---|---|
IFile |