FileOperationEventArgs Class
Provides data for abstract file operation event.
Syntax
Namespace: WinSCP
C#
public class FileOperationEventArgs : OperationEventArgs
VB.NET
Public Class FileOperationEventArgs Inherits OperationEventArgs
Properties
| Name | Description |
|---|---|
| SessionRemoteException Error | Error (if any) that occured during operation. null, if operation succeeded. Read-only. See also Capturing results of operations. (Inherited from OperationEventArgs .) |
| string FileName | Full path to a file that is subject of the operation. Read-only. |
Remarks
This is base class for ChmodEventArgs , FailedEventArgs , RemovalEventArgs , TouchEventArgs , and TransferEventArgs .