StatusChangedEventArgs Constructor

Initializes a new instance of the StatusChangedEventArgs class using the specified source, exception information.

Namespace: Rfc1006LibNet.Advanced.EventArgs
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public StatusChangedEventArgs(
	Rfc1006Base source,
	Exception exception,
	Rfc1006Status oldStatus,
	Rfc1006Status newStatus
)


Parameters

source
Type: Rfc1006LibNet.Advanced.Rfc1006Base
Stores a reference to the object that raised the event.
exception
Type: System.Exception
Stores the error that occurred during the RFC1006 communication.
oldStatus
Type: Rfc1006LibNet.Advanced.Rfc1006Status
The old status of the connection.
newStatus
Type: Rfc1006LibNet.Advanced.Rfc1006Status
The new status of the connection.

Reference