Class
NotificationReportingArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class NotificationReportingArgs

Inheritance: objectNotificationReportingArgs

Constructors

NotificationReportingArgs(Notification)

Declaration

cs-api-definition
public NotificationReportingArgs(Notification notification)

Parameters

notification

Notification

Properties

Handled

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

Message

Declaration

cs-api-definition
public string Message { get; }

Property Value

string