StateChangeEventHandler serializable

StateChangeEventHandler serializable

System.Data (system.data.dll) delegate

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  (object   sender   , StateChangeEventArgs   e   ); 

Associated Events

System.Data.OleDb.OleDbConnection.StateChange( ) , System.Data.OracleClient.OracleConnection.StateChange( ) , System.Data.SqlClient.SqlConnection.StateChange( )



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net