Class IssueEventArgs
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Issue event arguments.
public class IssueEventArgs : EventArgs
- Inheritance
-
IssueEventArgs
Constructors
IssueEventArgs(Issue)
Initializes a new instance of the IssueEventArgs class.
public IssueEventArgs(Issue issue)
Parameters
issueIssueThe issue that was reported.
Properties
Issue
Gets the reported issue.
public Issue Issue { get; }