System.Data.StateChangeEventArgs public sealed class StateChangeEventArgs : EventArgs Documentation Code public ConnectionState CurrentState { get; } public ConnectionState OriginalState { get; } public StateChangeEventArgs(ConnectionState originalState, ConnectionState currentState)