DekGenius.com
[ Team LiB ] Previous Section Next Section

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( )

    [ Team LiB ] Previous Section Next Section