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