OnChangeEventHandler
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
{
public delegate void OnChangeEventHandler (object sender, SqlNotificationEventArgs e);
}