April 2003
Beginner to intermediate
620 pages
21h 48m
English
StateChangeEventArgs
This class provides data for the method that handles the
StateChanged event of a provider-specific
Connection object. It indicates the state of the
Connection before (CurrentState
) and after (OriginalState) the state change.
public sealed class StateChangeEventArgs : EventArgs { // Public Constructors public StateChangeEventArgs(ConnectionStateoriginalState, ConnectionStatecurrentState); // Public Instance Properties public ConnectionState CurrentState{get; } public ConnectionState OriginalState{get; } }
System.Object
→
System.EventArgs
→
StateChangeEventArgs
StateChangeEventHandler.{BeginInvoke( ), Invoke( )}
Read now
Unlock full access