'Declaration Public Delegate Sub OracleConnectionErrorEventHandler( _ ByVal sender As Object, _ ByVal e As OracleConnectionErrorEventArgs _ )
public delegate void OracleConnectionErrorEventHandler( object sender, OracleConnectionErrorEventArgs e )
Parameters
- sender
- The source of the event.
- e
- An OracleConnectionErrorEventArgs object that contains the event data.