Class
TaskLoggingEventArgs

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TaskLoggingEventArgs : EventArgs

Inheritance: objectEventArgsTaskLoggingEventArgs

Inherited Members EventArgs.Empty

Constructors

TaskLoggingEventArgs(string)

Declaration

cs-api-definition
public TaskLoggingEventArgs(string message)

Parameters

message

string

Properties

Message

Declaration

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

Property Value

string