Oracle® Data Provider for .NET Developer's Guide 11g Release 2 (11.2.0.3) Part Number E23174-02 |
|
|
PDF · Mobi · ePub |
The OnChangeEventHandler
delegate represents the signature of the method that handles the notification.
// C# public delegate void OnChangeEventHandler(object sender, OracleNotificationEventArgs args);
sender
The source of the event.
args
The OracleNotificationEventArgs
instance that contains the event data.
Namespace: Oracle.DataAccess.Client
Assembly: Oracle.DataAccess.dll
ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4
Comment: Not supported in a .NET stored procedure