Initializes a new instance of the Pop3StateChangedEventArgs class with the specified old state and new state.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Sub New ( _
	oldState As Pop3State, _
	newState As Pop3State _
)
C#
public Pop3StateChangedEventArgs(
	Pop3State oldState,
	Pop3State newState
)

Parameters

oldState
Type: Rebex.Net..::..Pop3State
The old state.
newState
Type: Rebex.Net..::..Pop3State
The new state.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also