Table of Contents

Class FrameEventArgs

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class FrameEventArgs
Inheritance
FrameEventArgs

Constructors

FrameEventArgs(IFrame)

Initializes a new instance of the FrameEventArgs class.

public FrameEventArgs(IFrame frame)

Parameters

frame IFrame

Frame.

Properties

Frame

Gets or sets the frame.

public IFrame Frame { get; set; }

Property Value

IFrame

The frame.