OperationEventArgs Class
Provides data for abstract operation event.
Syntax
Namespace: WinSCP
C#
public class OperationEventArgs : EventArgs
VB.NET
Public Class OperationEventArgs Inherits EventArgs
Properties
Name | Description |
---|---|
SessionRemoteException Error | Error (if any) that occured during operation. null , if operation succeeded. Read-only. See also Capturing results of operations. |
Remarks
This is base class for FileOperationEventArgs
.