6.6 OracleConnectionOpenEventArgs Class
The OracleConnectionOpenEventArgs class provides connection information for the OracleConnection.Open() method. When a connection is opened, the callback registered using ConnectionOpen is triggered along with the OracleConnectionOpenEventArgs object.
                  
Class Inheritance
System.Object 
                  
  System.EventArgs
    Oracle.DataAccess.Client.OracleConnectionOpenEventArgs
Declaration
// C# public sealed class OracleConnectionOpenEventArgs
Requirements
| Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | 
|---|---|---|
| 
                               Assembly  | 
                           
                               
  | 
                           
                               
  | 
                        
| 
                               Namespace  | 
                           
                               
  | 
                           
                               
  | 
                        
| 
                               .NET Framework  | 
                           
                               4.5, 4.6, 4.7  | 
                           
                               4.5, 4.6, 4.7  |