| Oracle® Data Provider for .NET Developer's Guide 11g Release 1 (11.1.0.7.20) E15167-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: 2.0 or later
Comment: Not supported in a .NET stored procedure