Class IssueUpdatedEventArgs
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.
public sealed class IssueUpdatedEventArgs : EventArgs
- Inheritance
-
IssueUpdatedEventArgs
- Inherited Members
Properties
IssueMessage
Gets or sets the issueMessage
[JsonPropertyName("issueMessage")]
public string IssueMessage { get; set; }