StateChangedDelegate Delegate

Definition of event delegate you should use if you want to receive StateChanged event.

[Visual Basic]
Public Delegate Sub StateChangedDelegate( _
ByVal Sender As Object, _
ByVal Args As WeOnlyDo.Client.SFTP.StateChangedArgs _
)
[C#]
public delegate void StateChangedDelegate(
object Sender,
StateChangedArgs Args
);

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace