Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OnChangeEventHandler Delegate

 

Handles the OnChange event that is fired when a notification is received for any of the commands associated with a SqlDependency object.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public delegate void OnChangeEventHandler(
	Object^ sender,
	SqlNotificationEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Data.SqlClient::SqlNotificationEventArgs^

A SqlNotificationEventArgs object that contains the event data.

The OnChange event does not necessarily imply a change in the data. Other circumstances, such as time-out expired and failure to set the notification request, also generate OnChange.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft