Oracle® Data Provider for .NET Developer's Guide 10g Release 2 (10.2) Part Number B14307-01 |
|
|
View PDF |
The OnChangeEventHandler
delegate represents the signature of the method that handles the notification.
Declaration
// C# public delegate void OnChangeEventHandler(object sender, OracleNotificationEventArgs args);
Parameters
sender
The source of the event.
args
The OracleNotificationEventArgs
instance that contains the event data.
Requirements
Namespace: Oracle.DataAccess.Client
Assembly: Oracle.DataAccess.dll
Comment: Not supported in a .NET stored procedure