Class MetricEventArgs
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Metrics arguments.
public class MetricEventArgs : EventArgs
- Inheritance
-
MetricEventArgs
Constructors
MetricEventArgs(string, Dictionary<string, decimal>)
Initializes a new instance of the MetricEventArgs class.
public MetricEventArgs(string title, Dictionary<string, decimal> metrics)
Parameters
title
stringTitle.
metrics
Dictionary<string, decimal>Metrics.
Properties
Metrics
Gets the metrics.
public Dictionary<string, decimal> Metrics { get; }
Property Value
- Dictionary<string, decimal>
The metrics.
Title
Gets the title.
public string Title { get; }
Property Value
- string
The title.