SqlNotificationEventArgs public class SqlNotificationEventArgs : EventArgs Documentation Code public SqlNotificationInfo Info { get; } public SqlNotificationSource Source { get; } public SqlNotificationType Type { get; } public SqlNotificationEventArgs(SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source)