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

  • 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.0 or later

Comment: Not supported in a .NET stored procedure