Initializes a new instance of the SftpStateChangedEventArgs class with the specified old state and new state.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ oldState As SftpState, _ newState As SftpState _ ) |
C# |
---|
public SftpStateChangedEventArgs( SftpState oldState, SftpState newState ) |
Parameters
- oldState
- Type: Rebex.Net..::..SftpState
The old state.
- newState
- Type: Rebex.Net..::..SftpState
The new state.