Share via


ApplyingChangeEventArgs.NewFileData Property

Gets the new file data for the file to be changed.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
Public ReadOnly Property NewFileData As FileData
'Usage
Dim instance As ApplyingChangeEventArgs
Dim value As FileData

value = instance.NewFileData
public FileData NewFileData { get; }
public:
property FileData^ NewFileData {
    FileData^ get ();
}
/** @property */
public FileData get_NewFileData ()
public function get NewFileData () : FileData

Property Value

A FileData that contains the new file data for the file as it will be after the change is applied.

Remarks

If the change is ChangeType.Rename, this file data represents the file as it will be after the new name is applied.

If the change is ChangeType.Delete, this value is a null reference (Nothing in Visual Basic).

See Also

Reference

ApplyingChangeEventArgs Class
ApplyingChangeEventArgs Members
Microsoft.Synchronization.Files Namespace