[This is preliminary documentation and is subject to change.]
CTor - Creates new instance of the OperationEventArgs class
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public OperationEventArgs( string remoteDir, OperationKind kind, OperationStatus status ) |
| Visual Basic |
|---|
Public Sub New ( _ remoteDir As String, _ kind As OperationKind, _ status As OperationStatus _ ) |
| Visual C++ |
|---|
public: OperationEventArgs( String^ remoteDir, OperationKind kind, OperationStatus status ) |
| F# |
|---|
new : remoteDir:string * kind:OperationKind * status:OperationStatus -> OperationEventArgs |
| JScript |
|---|
public function OperationEventArgs( remoteDir : String, kind : OperationKind, status : OperationStatus ) |
Parameters
- remoteDir
- Type: System..::..String
This is the current source directory when the operation starts. May be used to find out which part of the file system is affected.
- kind
- Type: Tools.TotalCommanderT..::..OperationKind
Information of which operaration starts/ends
- status
- Type: Tools.TotalCommanderT..::..OperationStatus
Information whether the operation starts or ends
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | remoteDir is null |