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