Class LifecycleEventEventArgs
Fired for lifecycle events (navigation, load, paint, etc) in the current target (including local frames).
public sealed class LifecycleEventEventArgs : EventArgs
- Inheritance
-
LifecycleEventEventArgs
- Inherited Members
Properties
FrameId
Id of the frame.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
LoaderId
Loader identifier. Empty string if the request is fetched from worker.
[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }
Property Value
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }