Table of Contents

Class DialogEventArgs

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Dialog arguments.

public class DialogEventArgs : EventArgs
Inheritance
DialogEventArgs

Constructors

DialogEventArgs(Dialog)

Initializes a new instance of the DialogEventArgs class.

public DialogEventArgs(Dialog dialog)

Parameters

dialog Dialog

Dialog.

Properties

Dialog

Dialog data.

public Dialog Dialog { get; }

Property Value

Dialog