| Oracle® Data Provider for .NET Developer's Guide 10g Release 2 (10.2.0.2) B28089-01 |
|
![]() Previous |
![]() Next |
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
Microsoft .NET Framework Version: 1.x or 2.0
Comment: Not supported in a .NET stored procedure