RemovalEventArgs Class
Provides data for remote file removal event.
Syntax
Namespace: WinSCP
C#
public sealed class RemovalEventArgs : FileOperationEventArgs
VB.NET
Public NotInheritable Class RemovalEventArgs Inherits FileOperationEventArgs
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. (Inherited from FileOperationEventArgs .) |
Remarks
This class is:
- Referenced by
RemovalOperationResult
returned bySession.RemoveFiles
; - Referenced by
TransferEventArgs.Removal
.