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);
Requirements
Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | ODP.NET Core |
---|---|---|---|
Assembly |
|
|
|
Namespace |
|
|
|
.NET Framework |
4.8 |
4.8 |
- |
.NET (Core) |
- |
- |
Not supported in a .NET stored procedure
Parameters
-
sender
The source of the event.
-
args
The
OracleNotificationEventArgs
instance that contains the event data.