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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also