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