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