SftpStateChangedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
SftpStateChangedEventArgs(SftpState, SftpState)
Initializes a new instance of the Sftp
Declaration
public SftpStateChangedEventArgs(SftpState oldState, SftpState newState)
Parameters
Type | Name | Description |
---|---|---|
Rebex. |
oldState | The old state. |
Rebex. |
newState | The new state. |