<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />

Microsoft.Data.SqlClient.SqlNotificationEventArgs

Represents the set of arguments passed to the notification event handler.
namespace Microsoft.Data.SqlClient { public class SqlNotificationEventArgs : EventArgs { public SqlNotificationInfo Info { get; } public SqlNotificationSource Source { get; } public SqlNotificationType Type { get; } public SqlNotificationEventArgs(SqlNotificationType type, SqlNotificationInfo info, SqlNotificationSource source); } }