Definition of event delegate you should use if you want to receive Done event.
[Visual Basic]
Public Delegate Sub DoneDelegate( _
ByVal Sender As Object, _
ByVal Args As WeOnlyDo.Client.SFTP.DoneArgs _
)
[C#]
public delegate void DoneDelegate(
object Sender,
DoneArgs Args
);
Requirements
Namespace: WeOnlyDo.Client Namespace
Assembly: WeOnlyDo.Client.SFTP.dll