StatusChangedEventArgs Class

Provides data for the StatusChanged event.

System.Object
System.EventArgs
Rfc1006LibNet.Advanced.EventArgs.StatusChangedEventArgs

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

C#

public class StatusChangedEventArgs : EventArgs


The StatusChangedEventArgs type exposes the following members.

—– Name Description
StatusChangedEventArgs Initializes a new instance of the StatusChangedEventArgs class using the specified source, exception information.

Top

—– Name Description
Exception Gets the error that was occurred during the RFC1006 communication.
OrginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
PreviousStatus Gets the previous status of the connection.
Source Gets or sets a reference to the object that raised the event.
Status Gets the actual status of the connection.

Top

Reference