Differences
This shows you the differences between the selected revisions of the page.
2011-12-29 | 2011-12-29 | ||
batch methods always returns OperationResultBase (martin) | FileTransferred (martin) | ||
Line 42: | Line 42: | ||
===== Events ===== | ===== Events ===== | ||
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
- | | EventHandler<TransferArgs> FileTransfer | Invoked after file is downloaded or uploaded. | | + | | EventHandler<TransferArgs> FileTransferred | Invoked after file is downloaded or uploaded. | |
| EventHandler<FailedArgs> Failed | Invoked when any error occurs. | | | EventHandler<FailedArgs> Failed | Invoked when any error occurs. | | ||
| EventHandler<DataReceivedEventArgs> OutputDataReceived | Invoked on output from WinSCP console session. See also ''Output'' property. | | | EventHandler<DataReceivedEventArgs> OutputDataReceived | Invoked on output from WinSCP console session. See also ''Output'' property. | |