'Declaration Public Event OnChange As OnChangeEventHandler
public event OnChangeEventHandler OnChange
Event Data
The event handler receives an argument of type OracleNotificationEventArgs containing data related to this event. The following OracleNotificationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Details | Gets detailed information about the current notification. |
ResourceNames | Gets the database resources related to the current notification. |
Type | Identifies the database event source for the notification. |
Remarks
The information related to the notification is stored in the OracleNotificationEventArgs class. The OnChange event occurs if any result set associated with the dependency changes. This event also occurs for other actions related to database or registration status, such as database shutdowns and startups, or registration timeouts.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also