Class FrameStoppedLoadingEventArgs
Fired when frame has stopped loading.
public sealed class FrameStoppedLoadingEventArgs : EventArgs
- Inheritance
-
FrameStoppedLoadingEventArgs
- Inherited Members
Properties
FrameId
Id of the frame that has stopped loading.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }