Skip Headers
Oracle® Data Provider for .NET Developer's Guide
10g Release 2 (10.2.0.2)
B28089-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
 

OnChangeEventHandler Delegate

The OnChangeEventHandler delegate represents the signature of the method that handles the notification.

Declaration

// C#
public delegate void OnChangeEventHandler(object sender, 
   OracleNotificationEventArgs args);

Parameters

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