StateChangeEventArgs
Provides data for the state change event of a .NET Framework data provider.
                
Gets the new state of the connection. The connection object will be in the new state already when the event is fired.
Gets the original state of the connection.
Initializes a new instance of the  StateChangeEventArgs class, when given the original state and the current state of the object.