Table of Contents

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

issue Issue

The issue that was reported.

Properties

Issue

Gets the reported issue.

public Issue Issue { get; }

Property Value

Issue