April 2003
Beginner to intermediate
620 pages
21h 48m
English
StateChangeEventHandler
This delegate represents the method that will handle the
StateChanged event of a provider-specific
Connection object. This event typically fires when
the connection state changes from open to closed or vice versa.
public delegate void StateChangeEventHandler(objectsender, StateChangeEventArgse);
System.Data.OleDb.OleDbConnection.StateChange( ), System.Data.OracleClient.OracleConnection.StateChange( ), System.Data.SqlClient.SqlConnection.StateChange( )
Read now
Unlock full access